from __future__ import absolute_import # import models into sdk package {{# models }}{{# model }} from . models .{{ classVarName }} import {{ classname }} {{ /model}}{{/ models }} from . models . job_command import JobCommand from . models . jobs_command import JobsCommand # import apis into sdk package {{# apiInfo }}{{# apis }} from . apis .{{ classVarName }} import {{ classname }} {{ /apis}}{{/ apiInfo }} # import ApiClient from . api_client import ApiClient from . configuration import Configuration configuration = Configuration ()
#
Change
User
Description
Committed
#1
19307
tjuricek
Python Client SDK tests from counters to users
Need to treat the job-related models as ... UserDict instances, which involves some adjustments to the Swagger code generators. «
9 years ago