Skip to content

Support for API path parameters #74

@AdrianVasiliu

Description

@AdrianVasiliu

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions