For about a month leading up to #AU2025, I’ve been “Vide Coding” with my coding “bestie” Claude (from Anthropic) on our very first custom Dynamo package. DynaFetch brings modern, reliable REST API integration to Dynamo 3.0, letting you connect to external data sources with community-driven, open-source functionality.
This project started because I’ve long relied on the excellent custom package DynaWeb by Radu Gidei. Unfortunately, it isn’t compatible with Dynamo 3.0+, and staying on older versions is becoming less and less practical.
What is DynaFetch?
DynaFetch brings modern, reliable REST API integration to Dynamo 3.0, simplifying data access and manipulation with a clean .NET 8 codebase and 230+ community-driven, open-source nodes that handle:
- HTTP requests (GET, POST, PUT, DELETE, PATCH) with full control over headers, queries, payloads, and authentication
- JSON parsing…