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 35 openapi-client-axios issues
Sort by recently updated
recently updated
newest added

Hi All, When I add an array to any of my requests it is converted to a string. In version 4.6.1 I did not have this problem. ` async function...

enhancement
missing feature

Seeing all available functions and how to call them directly isn't exactly intuitive. I had to console log client to see all its properties. Is there a way I can...

We're using Nest.js with swagger and we have a script that generates a `*.d.ts` files using `typegen` like so: ```sh typegen ./path-to-openapi/generated/openapi.json > ./path-to-generated/client.generated.d.ts ``` The issue is that we...

After injecting all node deps development version works fine but , in production, I'm getting qu.isAllowed$Ref(e.value,r) //qu is undefined as much as I've figured it is a problem with json-schema-ref-parser....

bug

I suspect this error is similar to #38 but there is not documented solution: ``` ✘ itaydonanhirsh@purr  ~/src/autokitteh/web/dashboard   main  npm run build (/Users/itaydonanhirsh/.kube/config doesn't exist) >...

bug

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...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Heya! I was looking for information about the release cycle of this library. This is a motivated question, as I'd love a release with [this commit](https://github.com/anttiviljami/openapi-client-axios/commit/88c2309bd57919ec3c017ef620c40a71217b3b71) available, but in general...

question

Currently, I need this code. (Backend is fastify-swagger.) ```ts import OpenAPIClientAxios from 'openapi-client-axios' import { Client } from '../types/openapi' export const apiURL = process.env.baseURL || `http://localhost:${process.env.SERVER_PORT}` export const apiDefintionURL =...

Hello, I try to use this tool in an existing app. It already uses an axios instance in JWTService Class to handle auth. Is there a way to use the...

enhancement