Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.28 KB

File metadata and controls

73 lines (48 loc) · 2.28 KB

DynaFetch Original Samples

DynaFetch_Samples (7 Original Samples)

  1. 01_Basic-GET-Request.dyn

    • Simplest HTTP request pattern using DynaFetch for beginners
  2. 02_Authenticated-API.dyn

    • Bearer token authentication with client-level auth setup
  3. 03_POST-Data-Submission.dyn

    • Complete workflow for submitting structured data via POST requests
  4. 04_Multi-Step-Workflow.dyn

    • Complex CRUD operations with authentication, data retrieval, and deserialization
  5. 05_Error-Handling-Pattern.dyn

    • Graceful API error handling instead of workflow crashes
  6. 06_JSON-Processing-Demo.dyn

    • Multiple JSON processing methods for different response types
  7. 07_Fun-GET-Random-Ron_Swanson_Quote.dyn

    • Simple public API demonstration using Ron Swanson Quotes API

DynaFetched_DynaWeb_Samples (7 Migration Samples)

  1. 1 - First-Request-DynaFetch.dyn

    • DynaWeb to DynaFetch migration of basic HTTP request pattern
  2. 2 - Simple-Request-DynaFetch.dyn

    • Recreates DynaWeb's multi-endpoint JSON processing workflow
  3. 3 - Simple-Request-Benchmarking-DynaFetch.dyn

    • Comprehensive response analysis with detailed metadata extraction
  4. 4 - REST-API-Example-DynaFetch.dyn

    • Complex JSON deserialization with multiple data structure handling
  5. 5 - REST-API-Advanced-DynaFetch.dyn

    • Multi-step authenticated API workflow with POST data submission
  6. 6 - Complex-POST-Request-DynaFetch.dyn

    • Advanced POST operations with JSON body creation and response processing
  7. 7 - GET-ACC-Projects-and-Users-DynaFetch

    • Modern Autodesk Platform Services integration (updated from legacy Forge)

DynaFetch_Nodes_Groups (8 Node Reference Samples)

  1. DynaFetch.dyn

    • Overview of DynaFetch nodes
  2. DynaFetch_Core.dyn

    • HTTP client creation and configuration nodes
  3. DynaFetch_Nodes.dyn

    • Request execution nodes for GET, POST, PUT, DELETE operations
  4. DynaFetch_Package_Nodes.dyn

    • Complete DynaFetch node collection including DynaFetch and System nodes
  5. DynaFetch_Utilities.dyn

    • Advanced JSON manipulation and serialization tools
  6. System.dyn

    • Overview of System Nodes
  7. System_Exception.dyn

    • Exception handling
  8. System_Net.dyn

    • .NET HttpStatusCode integration nodes