-
01_Basic-GET-Request.dyn
- Simplest HTTP request pattern using DynaFetch for beginners
-
02_Authenticated-API.dyn
- Bearer token authentication with client-level auth setup
-
03_POST-Data-Submission.dyn
- Complete workflow for submitting structured data via POST requests
-
04_Multi-Step-Workflow.dyn
- Complex CRUD operations with authentication, data retrieval, and deserialization
-
05_Error-Handling-Pattern.dyn
- Graceful API error handling instead of workflow crashes
-
06_JSON-Processing-Demo.dyn
- Multiple JSON processing methods for different response types
-
07_Fun-GET-Random-Ron_Swanson_Quote.dyn
- Simple public API demonstration using Ron Swanson Quotes API
-
1 - First-Request-DynaFetch.dyn
- DynaWeb to DynaFetch migration of basic HTTP request pattern
-
2 - Simple-Request-DynaFetch.dyn
- Recreates DynaWeb's multi-endpoint JSON processing workflow
-
3 - Simple-Request-Benchmarking-DynaFetch.dyn
- Comprehensive response analysis with detailed metadata extraction
-
4 - REST-API-Example-DynaFetch.dyn
- Complex JSON deserialization with multiple data structure handling
-
5 - REST-API-Advanced-DynaFetch.dyn
- Multi-step authenticated API workflow with POST data submission
-
6 - Complex-POST-Request-DynaFetch.dyn
- Advanced POST operations with JSON body creation and response processing
-
7 - GET-ACC-Projects-and-Users-DynaFetch
- Modern Autodesk Platform Services integration (updated from legacy Forge)
-
DynaFetch.dyn
- Overview of DynaFetch nodes
-
DynaFetch_Core.dyn
- HTTP client creation and configuration nodes
-
DynaFetch_Nodes.dyn
- Request execution nodes for GET, POST, PUT, DELETE operations
-
DynaFetch_Package_Nodes.dyn
- Complete DynaFetch node collection including DynaFetch and System nodes
-
DynaFetch_Utilities.dyn
- Advanced JSON manipulation and serialization tools
-
System.dyn
- Overview of System Nodes
-
System_Exception.dyn
- Exception handling
-
System_Net.dyn
- .NET HttpStatusCode integration nodes