diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:49:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:49:30 -0700 |
commit | a8fec1c8d34292d0ea74690d545db519c1ee8be6 (patch) | |
tree | df6ac208da1e856e8bf76c7fe5ad978325b7aa66 /python_openapi_client/README.md | |
parent | edc000220baee1f91811345aba87bdab2d259c61 (diff) | |
download | fatcat-a8fec1c8d34292d0ea74690d545db519c1ee8be6.tar.gz fatcat-a8fec1c8d34292d0ea74690d545db519c1ee8be6.zip |
codegen python lib v0.3.1
Diffstat (limited to 'python_openapi_client/README.md')
-rw-r--r-- | python_openapi_client/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python_openapi_client/README.md b/python_openapi_client/README.md index 8c9a5180..f2b4ead9 100644 --- a/python_openapi_client/README.md +++ b/python_openapi_client/README.md @@ -3,7 +3,7 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 0.3.0 +- API version: 0.3.1 - Package version: 1.0.0 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) @@ -77,6 +77,7 @@ Class | Method | HTTP request | Description *DefaultApi* | [**accept_editgroup**](docs/DefaultApi.md#accept_editgroup) | **POST** /editgroup/{editgroup_id}/accept | *DefaultApi* | [**auth_check**](docs/DefaultApi.md#auth_check) | **GET** /auth/check | *DefaultApi* | [**auth_oidc**](docs/DefaultApi.md#auth_oidc) | **POST** /auth/oidc | +*DefaultApi* | [**create_auth_token**](docs/DefaultApi.md#create_auth_token) | **POST** /auth/token/{editor_id} | *DefaultApi* | [**create_container**](docs/DefaultApi.md#create_container) | **POST** /editgroup/{editgroup_id}/container | *DefaultApi* | [**create_container_auto_batch**](docs/DefaultApi.md#create_container_auto_batch) | **POST** /editgroup/auto/container/batch | *DefaultApi* | [**create_creator**](docs/DefaultApi.md#create_creator) | **POST** /editgroup/{editgroup_id}/creator | @@ -174,6 +175,7 @@ Class | Method | HTTP request | Description - [AuthOidc](docs/AuthOidc.md) - [AuthOidcResult](docs/AuthOidcResult.md) + - [AuthTokenResult](docs/AuthTokenResult.md) - [ChangelogEntry](docs/ChangelogEntry.md) - [ContainerAutoBatch](docs/ContainerAutoBatch.md) - [ContainerEntity](docs/ContainerEntity.md) |