mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
doc: remove references to petstore (#21111)
This commit is contained in:
parent
4c08ff865d
commit
2fb59ff258
@ -96,7 +96,7 @@ defmodule {{moduleName}}.Connection do
|
|||||||
of the function call, will be set as a bearer token in the
|
of the function call, will be set as a bearer token in the
|
||||||
`authorization` header.
|
`authorization` header.
|
||||||
{{/hasOAuthMethods}}
|
{{/hasOAuthMethods}}
|
||||||
- `options`: a keyword list of OpenAPIPetstore.Connection.options.
|
- `options`: a keyword list of {{moduleName}}.Connection.options.
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ defmodule {{moduleName}}.Connection do
|
|||||||
that returns a bearer token.
|
that returns a bearer token.
|
||||||
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
|
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
|
||||||
a single string that is the password for the username provided.
|
a single string that is the password for the username provided.
|
||||||
- `options`: a keyword list of OpenAPIPetstore.Connection.options.
|
- `options`: a keyword list of {{moduleName}}.Connection.options.
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
|
|
||||||
@ -155,7 +155,7 @@ defmodule {{moduleName}}.Connection do
|
|||||||
of the function call, will be set as a bearer token in the
|
of the function call, will be set as a bearer token in the
|
||||||
`authorization` header.
|
`authorization` header.
|
||||||
- `scopes`: a list of Strings represenging OAuth2 scopes.
|
- `scopes`: a list of Strings represenging OAuth2 scopes.
|
||||||
- `options`: a keyword list of OpenAPIPetstore.Connection.options.
|
- `options`: a keyword list of {{moduleName}}.Connection.options.
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ defmodule OpenapiPetstore.Connection do
|
|||||||
- `token`: a String or a function of arity one. This value, or the result
|
- `token`: a String or a function of arity one. This value, or the result
|
||||||
of the function call, will be set as a bearer token in the
|
of the function call, will be set as a bearer token in the
|
||||||
`authorization` header.
|
`authorization` header.
|
||||||
- `options`: a keyword list of OpenAPIPetstore.Connection.options.
|
- `options`: a keyword list of OpenapiPetstore.Connection.options.
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ defmodule OpenapiPetstore.Connection do
|
|||||||
that returns a bearer token.
|
that returns a bearer token.
|
||||||
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
|
- `scopes_or_password`: a list of Strings represenging OAuth2 scopes, or
|
||||||
a single string that is the password for the username provided.
|
a single string that is the password for the username provided.
|
||||||
- `options`: a keyword list of OpenAPIPetstore.Connection.options.
|
- `options`: a keyword list of OpenapiPetstore.Connection.options.
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user