openapi-client-axios icon indicating copy to clipboard operation
openapi-client-axios copied to clipboard

JavaScript client library for consuming OpenAPI-enabled APIs with axios

Results 40 openapi-client-axios issues
Sort by recently updated
recently updated
newest added

First thanks to this wonderful tool, I've tested it in my vue project, and get rid of lots of boilerplate js codes used to request api with axios. The only...

Please update the axios peer dependency to the latest.

I have a nasty bug using `openapi-client-axios` in `react-openapi-axios`: ``` const { api } = useContext(OpenAPIContext) const { data, error, loading, response } = useOperation('getUsers') // works as expected return...

So, I've found that my schema create an undefined error on `convertKeyToTypeName` function. Haven't tried to compile the code, no idea if that's supposed to happened, please review accordingly. Thanks!

Hello 👋 & thanks for your contributions! I was wondering if it would make sense to stop using your fork of `dtsgenerator` on `openapi-client-axios`? Long term, I think it will...

I'm trying to use a service from yaml def but the server responds with octet-stream so openapi-client-axios fails. Due to this I'll have to manually fetch it, parse and pass...

Using the following model from PayPal (https://github.com/paypal/paypal-rest-api-specifications/blob/main/openapi/reporting_transactions_v1.json) I get a memory error when running `npx openapicmd typegen https://raw.githubusercontent.com/paypal/paypal-rest-api-specifications/main/openapi/reporting_transactions_v1.json` EDIT: Using Node 18

Hello 👋 Is it possible to release a minor version for [this PR](https://github.com/openapistack/openapi-client-axios/pull/177) ? Thanks in advance,

Docs references that definition can be read from file located in project dir: `typegen ./openapi.yml > client.d.ts - generate a type definition file` Unfortunately, it's not the case 7.3.2: ```...