-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Among the different types of API parameters, it appears the path parameters (for instance /customers/{customerId}/orders/{orderId}
) are currently not supported.
At least it looks so by looking at the code, tests, and documentation.
The URL can be augmented to provide the path segments as a const/literals statically, at connector configuration time. But, in most cases, the path parameters need to be fed from table columns.
Path parameters being by definition required (not optional), the current limitation makes it impossible to use the connector for many APIs.
A solution would need to allow the coexistence of
- query and path parameters for GET, and
- query, path, and request body parameters for POST.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request