diff options
Diffstat (limited to 'python_openapi_client/README.md')
-rw-r--r-- | python_openapi_client/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python_openapi_client/README.md b/python_openapi_client/README.md index 43c9e9c5..8cc34147 100644 --- a/python_openapi_client/README.md +++ b/python_openapi_client/README.md @@ -3,14 +3,14 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.3.3 -- Package version: 0.3.3 +- API version: 0.4.0 +- Package version: 0.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) ## Requirements. -Python 2.7 and 3.5+ +Python 3.5+ ## Installation & Usage ### pip install @@ -162,6 +162,7 @@ Class | Method | HTTP request | Description *DefaultApi* | [**get_work_revision**](docs/DefaultApi.md#get_work_revision) | **GET** /work/rev/{rev_id} | *DefaultApi* | [**lookup_container**](docs/DefaultApi.md#lookup_container) | **GET** /container/lookup | *DefaultApi* | [**lookup_creator**](docs/DefaultApi.md#lookup_creator) | **GET** /creator/lookup | +*DefaultApi* | [**lookup_editor**](docs/DefaultApi.md#lookup_editor) | **GET** /editor/lookup | *DefaultApi* | [**lookup_file**](docs/DefaultApi.md#lookup_file) | **GET** /file/lookup | *DefaultApi* | [**lookup_release**](docs/DefaultApi.md#lookup_release) | **GET** /release/lookup | *DefaultApi* | [**update_container**](docs/DefaultApi.md#update_container) | **PUT** /editgroup/{editgroup_id}/container/{ident} | |