Quick Start
Here’s a complete example loading GitHub issues and comments:Configuration
Using RESTAPIConfig
For better type hints and IDE support, use theRESTAPIConfig type:
Authentication
Pagination
The REST API source automatically detects and handles pagination:Resource Relationships
Load nested resources by referencing parent resource fields:Incremental Loading
Combine REST API source with incremental loading:Testing Connection
Verify your API configuration before running the pipeline:Complete Example: Pokemon API
Next Steps
Incremental Loading
Add incremental loading to track changes
Schema Evolution
Handle schema changes automatically