Skip to content

Commit

Permalink
Update httpdata-pull-parameterized.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Feb 4, 2025
1 parent 5e45f5b commit 5a76562
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This approach enhances the scalability of the Connector by minimizing the number
### Providing Data

In this example, multiple datasets of the same API are identified using a unique path parameter but having the same base-url:
- https://example.com/dataset/1
- https://example.com/dataset/2
- https://example.com/dataset/3
- https://example.com/dataset/4
- `https://example.com/dataset/1`
- `https://example.com/dataset/2`
- `https://example.com/dataset/3`
- `https://example.com/dataset/4`

This implies that the `baseUrl` of all datasets is `https://example.com/dataset/`.

Expand Down

0 comments on commit 5a76562

Please sign in to comment.