-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the initial client using auto-generated code by openapi-gen…
…erator-cli (#3) * Generate base client with openapi-generator * Rename cli to main to avoid confusion * Make sure that openapi_client is imported from the correct place * Move update logic to a separate Dockerfile and shell script * Allow line max length to be 120 charaters * Add generated docs to repository * Add initial client and tests * Update docs * Remove Python 2.7 support * Ignore coverage of generated code * Update generated code to evr API v1.0
- Loading branch information
1 parent
c128378
commit 5e435d2
Showing
149 changed files
with
18,926 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
pyevr.openapi\_client.api package | ||
================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
pyevr.openapi\_client.api.assortments\_api module | ||
------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.assortments_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.certificates\_api module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.certificates_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.measurement\_units\_api module | ||
-------------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.measurement_units_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.measurements\_api module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.measurements_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.organizations\_api module | ||
--------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.organizations_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.place\_of\_deliveries\_api module | ||
----------------------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.place_of_deliveries_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyevr.openapi\_client.api.waybills\_api module | ||
---------------------------------------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api.waybills_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: pyevr.openapi_client.api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.