OpenAPITools / OpenAPITools/openapi-generator
[BUG]: For javascript Client Generator, it should have a way to override ApiClient properties like enableCookies.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Description
How do i override enableCookies properties for browser to save cookies and pass cookies to subsequent request.
openapi-generator version
"@openapitools/openapi-generator-cli": "^2.4.23",
OpenAPI Generation script
package json script
script: {
"build-open-api": "node_modules/.bin/openapi-generator-cli generate -i ./../templates/bios_control_plane.yaml -g javascript -o ./src/api/control_plane_api/ --skip-validate-spec --additional-properties=usePromises=true"
}
Suggest a fix
we need a way to override class ApiClient properties like apiUrl, enableCookies etc.
Use case:
apiUrl: So that we can publish it as npm package and use it with multiple backend API's.
enableCookies: So that browser and save and pass cookies to subsequent API calls.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the shown openapi-generator-cli command with the JavaScript generator and inspect the generated ApiClient class. Trace how properties such as apiUrl and enableCookies are initialized, then determine how overrides should be exposed for generated clients; done means browser clients can configure both values for subsequent API calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, openapi
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100