You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the mappings, instead of being HTTP verbs, should represent actions (CREATE, UPDATE, INFO, REMOVE), and the HTTP method used should be just another attribute, like the URL or the body.
What problem are you facing?
As far as I can understand
Request
works with this logic:While this is an opinionated standard it would be good to allow to choose the HTTP method to use for each purpose.
E.g.
I have this API
https://api.getport.io/static/index.html#/Users
To create a User a need to send a POST to /v1/users/invite.
To update a PATCH to /v1/users/{user_email}
To get an existing User a GET to /v1/users/{user_email}
It would be great being able to map these in the
mappings
field.How could Crossplane help solve your problem?
The text was updated successfully, but these errors were encountered: