You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[New Functionality] Introduce `setBasePath()` method on the OpenAPI request builder which allows to set the base path dynamically. This gets prepended with the path parameter for every request to the client.
Copy file name to clipboardExpand all lines: .changeset/chilled-flowers-hide.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,3 @@
5
5
---
6
6
7
7
[New Functionality] Support `basePath` in the `options-per-service.json` file in the OpenAPI generator. It enables the base path to be prepended to the path parameter for every request of the generated client.
8
-
Introduce `setBasePath()` method on the OpenAPI request builder which allows to set the base path dynamically for every request to the client.
0 commit comments