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

Hi all, I've got a system up an running using **Vue.js** 3.0.5 and **Vite** as a build system. As I need to use a Swagger API in my project I...

The typing for "object" is wrong in latest release. The key could be string | number or anything. This has been changed in latest release. ![image](https://user-images.githubusercontent.com/45731/140871028-af956463-1f60-4ed6-b570-7fd8eaf06dc7.png)

Thanks for the great job. Is integration possible with NUXT and in particular with auth_next? (@nuxtjs/auth-next, @nuxtjs/axios) thank you

In #5 the change was made to allow for all param types to be used in the first argument for an operation, when a operation has both query and path...

First of all, thank you for this project. Out of all the projects I have seen so far, this is the one that suites us best and we are currently...

Is it possible integrate this client to the previous version swagger?

enhancement

Sometimes operationIds aren't very helpful, or completely missing. Let's provide useful aliases for those cases. Some examples: `GET /pets` -> `getPets` `GET /pets/{id}` -> `getPetsById` `POST /pets` -> `postPets` `DELETE...

enhancement

Hello, I am struggling a bit to get this to work. I am using the following PHP package to make filters: https://github.com/spatie/laravel-query-builder This expects, by default, to have a `filter[filter_name]`...

enhancement

***This is a bug report.*** Thanks for creating great library 👍 I am trying to use `typegen` on some swagger.yaml files. Those API definitions leverage remote/local reference (e.g. `$ref: "path/to/entity"`)...

Hello, does the client handles type conversions like date-time? endDate?: string; // date-time

enhancement