aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/README.md')
-rw-r--r--python_openapi_client/README.md4
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)