Skip to content

Commit

Permalink
Merge branch 'master' into typescript-fetch-nullify-url-search
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario authored Feb 10, 2024
2 parents 6c938fd + cff2c41 commit 492a075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
- [Fotition](https://www.fotition.com/)
- [Gear Zero Network](https://www.gearzero.ca)
- [General Electric](https://www.ge.com/)
- [Genentech](https://gene.com)
- [Genesys - PureCloud](http://developer.mypurecloud.com/)
- [Germin8](http://www.germin8.com)
- [GigaSpaces](http://www.gigaspaces.com)
Expand Down Expand Up @@ -1015,6 +1016,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
- [REST United](https://restunited.com)
- [Revault Sàrl](http://revault.ch)
- [Riffyn](https://riffyn.com)
- [Roche](https://roche.com)
- [Royal Bank of Canada (RBC)](http://www.rbc.com/canada.html)
- [Saritasa](https://www.saritasa.com/)
- [SAS](https://www.sas.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
{{#hasFormParams}}
const localVarFormParams = new url.URLSearchParams();
const localVarFormParams = new URLSearchParams();
{{/hasFormParams}}
{{#authMethods}}
Expand Down

0 comments on commit 492a075

Please sign in to comment.