Skip to content

Commit

Permalink
add axiosInstance property to function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebolt committed Oct 16, 2024
1 parent 574a82f commit 96d309e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openapi-client-axios/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class OpenAPIClientAxios {
* @param {boolean} opts.quick - quick mode, skips validation and doesn't guarantee document is unchanged
* @param {boolean} opts.applyMethodCommonHeaders Should method (patch / post / put / etc.) specific default headers (from axios.defaults.headers.{method}) be applied to operation methods?
* @param {boolean} opts.axiosConfigDefaults - default axios config for the instance
* @param {boolean} opts.axiosInstance - axios instance to use
* @memberof OpenAPIClientAxios
*/
constructor(opts: OpenAPIClientAxiosOptions) {
Expand Down

0 comments on commit 96d309e

Please sign in to comment.