File tree 2 files changed +3
-1
lines changed
modules/swagger-codegen/src/main/resources/typescript-fetch
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -948,6 +948,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
948
948
- [ Fotition] ( https://www.fotition.com/ )
949
949
- [ Gear Zero Network] ( https://www.gearzero.ca )
950
950
- [ General Electric] ( https://www.ge.com/ )
951
+ - [ Genentech] ( https://gene.com )
951
952
- [ Genesys - PureCloud] ( http://developer.mypurecloud.com/ )
952
953
- [ Germin8] ( http://www.germin8.com )
953
954
- [ GigaSpaces] ( http://www.gigaspaces.com )
@@ -1015,6 +1016,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
1015
1016
- [ REST United] ( https://restunited.com )
1016
1017
- [ Revault Sàrl] ( http://revault.ch )
1017
1018
- [ Riffyn] ( https://riffyn.com )
1019
+ - [ Roche] ( https://roche.com )
1018
1020
- [ Royal Bank of Canada (RBC)] ( http://www.rbc.com/canada.html )
1019
1021
- [ Saritasa] ( https://www.saritasa.com/ )
1020
1022
- [ SAS] ( https://www.sas.com )
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
106
106
const localVarHeaderParameter = {} as any;
107
107
const localVarQueryParameter = {} as any;
108
108
{{#hasFormParams}}
109
- const localVarFormParams = new url. URLSearchParams();
109
+ const localVarFormParams = new URLSearchParams();
110
110
{{/hasFormParams}}
111
111
112
112
{{#authMethods}}
You can’t perform that action at this time.
0 commit comments