Hi! I have created an API proxy for the JSON Placeholder API by following the docs with the Edge UI. This API has several HTTPS methods (GET /posts, POST /posts, GET /users, etc).
But when I create the API proxy, no HTTP method is being created in the Proxy Endpoints section. I was thinking that the HTTP methods would be automatically generated in this place when creating the API proxy, but I have to create them by hand.
Do you know any way to generate the HTTP methods of a REST API automatically, as happens when creating a proxy from a SOAP service?
Thanks in advance!