-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Currently the proxy service (and thus the SDK) uses the operation id instead of the path documented in the standard app api to make requests to an app.
Example:
| self._proxy_path("listCollections"), |
I propose to use the actual paths, not the operation ids, because
- The operation ids are actually not very visible in the standard API viewers (swagger, redocly).
- The paths were designed to follow RESTful principles (represent resources, not actions).
- I believe it would be very surprising to app developers that they need to translate the API in such an unorthodox way.
However, I'd be interested to hear the arguments for the choice of using the operation ids. @pablo-de-andres @yoavnash Can you comment on this?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested