openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
550 stars 67 forks source link

How to infer operation method names from endpoint details? #120

Closed ixxie closed 1 year ago

ixxie commented 2 years ago

Forgive me if this is a naive question (I am new to OpenAPI as well as this library) but - how do I infer what my operation method name should be based on the endpoint's path and type? Is this documented somewhere?

(Also - sorry for posting this question as an issue but I didn't know where else to ask)

anttiviljami commented 1 year ago

Operation method names are not inferred. They are set by the operationId property