OpenAPITools / OpenAPITools/openapi-generator

[BUG]: For javascript Client Generator, it should have a way to override ApiClient properties like enableCookies.

Open
#11,227 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue: Bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.