Skip to content

Commit

Permalink
swagger code generated with 3.0.8 swagger-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nad2000 committed May 27, 2019
1 parent bf83591 commit c0092c0
Show file tree
Hide file tree
Showing 918 changed files with 218,092 additions and 1 deletion.
2,703 changes: 2,703 additions & 0 deletions orcid_api_v3/README.md

Large diffs are not rendered by default.

475 changes: 475 additions & 0 deletions orcid_api_v3/__init__.py

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions orcid_api_v3/api/__init__.py
@@ -0,0 +1,10 @@
from __future__ import absolute_import

# flake8: noqa

# import apis into api package
from swagger_client.api.development_member_api_v3_0_api import DevelopmentMemberAPIV30Api
from swagger_client.api.development_member_api_v3_0_rc1_api import DevelopmentMemberAPIV30Rc1Api
from swagger_client.api.development_member_api_v3_0_rc2_api import DevelopmentMemberAPIV30Rc2Api
from swagger_client.api.member_api_v2_0_api import MemberAPIV20Api
from swagger_client.api.member_api_v2_1_api import MemberAPIV21Api

0 comments on commit c0092c0

Please sign in to comment.