File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
modules/openapi-generator/src/main/resources/elixir
samples/client/petstore/elixir/lib/openapi_petstore Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ defmodule {{moduleName}}.Connection do
96
96
of the function call, will be set as a bearer token in the
97
97
`authorization` header.
98
98
{ {/hasOAuthMethods} }
99
- - `options`: a keyword list of OpenAPIPetstore .Connection.options.
99
+ - `options`: a keyword list of { {moduleName } } .Connection.options.
100
100
101
101
### Returns
102
102
@@ -133,7 +133,7 @@ defmodule {{moduleName}}.Connection do
133
133
that returns a bearer token.
134
134
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
135
135
a single string that is the password for the username provided.
136
- - `options`: a keyword list of OpenAPIPetstore .Connection.options.
136
+ - `options`: a keyword list of { {moduleName } } .Connection.options.
137
137
138
138
### Returns
139
139
@@ -155,7 +155,7 @@ defmodule {{moduleName}}.Connection do
155
155
of the function call, will be set as a bearer token in the
156
156
`authorization` header.
157
157
- `scopes`: a list of Strings represenging OAuth2 scopes.
158
- - `options`: a keyword list of OpenAPIPetstore .Connection.options.
158
+ - `options`: a keyword list of { {moduleName } } .Connection.options.
159
159
160
160
### Returns
161
161
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ defmodule OpenapiPetstore.Connection do
84
84
- `token`: a String or a function of arity one. This value, or the result
85
85
of the function call, will be set as a bearer token in the
86
86
`authorization` header.
87
- - `options`: a keyword list of OpenAPIPetstore .Connection.options.
87
+ - `options`: a keyword list of OpenapiPetstore .Connection.options.
88
88
89
89
### Returns
90
90
@@ -112,7 +112,7 @@ defmodule OpenapiPetstore.Connection do
112
112
that returns a bearer token.
113
113
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
114
114
a single string that is the password for the username provided.
115
- - `options`: a keyword list of OpenAPIPetstore .Connection.options.
115
+ - `options`: a keyword list of OpenapiPetstore .Connection.options.
116
116
117
117
### Returns
118
118
You can’t perform that action at this time.
0 commit comments