mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-18 00:21:20 +00:00
Update comments of api template of python client
This commit is contained in:
@@ -50,9 +50,8 @@ class {{classname}}(object):
|
||||
{{{summary}}}
|
||||
{{{notes}}}
|
||||
|
||||
This method makes a synchronous HTTP request by default.
|
||||
To make an asynchronous HTTP request,
|
||||
please define a `callback` function
|
||||
This method makes a synchronous HTTP request by default.To make an
|
||||
asynchronous HTTP request, please define a `callback` function
|
||||
to be invoked when receiving the response.
|
||||
>>> def callback_function(response):
|
||||
>>> pprint(response)
|
||||
|
||||
Reference in New Issue
Block a user