aboutsummaryrefslogtreecommitdiffstats
path: root/python/README_codegen.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-28 14:54:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-28 14:54:41 -0700
commit5b2252aba90e2bd3895e02694410e8579a9ae39d (patch)
tree219d193d63e4f080bed4f305642825b88a7142fe /python/README_codegen.md
parent0bc7522d8c658a099c1106b7fade3c4d2acc9775 (diff)
downloadfatcat-5b2252aba90e2bd3895e02694410e8579a9ae39d.tar.gz
fatcat-5b2252aba90e2bd3895e02694410e8579a9ae39d.zip
re-generate python client
Diffstat (limited to 'python/README_codegen.md')
-rw-r--r--python/README_codegen.md124
1 files changed, 124 insertions, 0 deletions
diff --git a/python/README_codegen.md b/python/README_codegen.md
new file mode 100644
index 00000000..cb2c230e
--- /dev/null
+++ b/python/README_codegen.md
@@ -0,0 +1,124 @@
+# fatcat-client
+A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata
+
+This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
+
+- API version: 0.1.0
+- Package version: 1.0.0
+- Build package: io.swagger.codegen.languages.PythonClientCodegen
+
+## Requirements.
+
+Python 2.7 and 3.4+
+
+## Installation & Usage
+### pip install
+
+If the python package is hosted on Github, you can install directly from Github
+
+```sh
+pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
+```
+(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
+
+Then import the package:
+```python
+import fatcat_client
+```
+
+### Setuptools
+
+Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
+
+```sh
+python setup.py install --user
+```
+(or `sudo python setup.py install` to install the package for all users)
+
+Then import the package:
+```python
+import fatcat_client
+```
+
+## Getting Started
+
+Please follow the [installation procedure](#installation--usage) and then run the following:
+
+```python
+from __future__ import print_function
+import time
+import fatcat_client
+from fatcat_client.rest import ApiException
+from pprint import pprint
+# create an instance of the API class
+api_instance = fatcat_client.DefaultApi()
+id = 789 # int |
+
+try:
+ api_response = api_instance.accept_editgroup(id)
+ pprint(api_response)
+except ApiException as e:
+ print("Exception when calling DefaultApi->accept_editgroup: %s\n" % e)
+
+```
+
+## Documentation for API Endpoints
+
+All URIs are relative to *http://localhost/v0*
+
+Class | Method | HTTP request | Description
+------------ | ------------- | ------------- | -------------
+*DefaultApi* | [**accept_editgroup**](docs/DefaultApi.md#accept_editgroup) | **POST** /editgroup/{id}/accept |
+*DefaultApi* | [**create_container**](docs/DefaultApi.md#create_container) | **POST** /container |
+*DefaultApi* | [**create_container_batch**](docs/DefaultApi.md#create_container_batch) | **POST** /container/batch |
+*DefaultApi* | [**create_creator**](docs/DefaultApi.md#create_creator) | **POST** /creator |
+*DefaultApi* | [**create_creator_batch**](docs/DefaultApi.md#create_creator_batch) | **POST** /creator/batch |
+*DefaultApi* | [**create_editgroup**](docs/DefaultApi.md#create_editgroup) | **POST** /editgroup |
+*DefaultApi* | [**create_file**](docs/DefaultApi.md#create_file) | **POST** /file |
+*DefaultApi* | [**create_file_batch**](docs/DefaultApi.md#create_file_batch) | **POST** /file/batch |
+*DefaultApi* | [**create_release**](docs/DefaultApi.md#create_release) | **POST** /release |
+*DefaultApi* | [**create_release_batch**](docs/DefaultApi.md#create_release_batch) | **POST** /release/batch |
+*DefaultApi* | [**create_work**](docs/DefaultApi.md#create_work) | **POST** /work |
+*DefaultApi* | [**create_work_batch**](docs/DefaultApi.md#create_work_batch) | **POST** /work/batch |
+*DefaultApi* | [**get_container**](docs/DefaultApi.md#get_container) | **GET** /container/{id} |
+*DefaultApi* | [**get_creator**](docs/DefaultApi.md#get_creator) | **GET** /creator/{id} |
+*DefaultApi* | [**get_editgroup**](docs/DefaultApi.md#get_editgroup) | **GET** /editgroup/{id} |
+*DefaultApi* | [**get_editor**](docs/DefaultApi.md#get_editor) | **GET** /editor/{username} |
+*DefaultApi* | [**get_editor_changelog**](docs/DefaultApi.md#get_editor_changelog) | **GET** /editor/{username}/changelog |
+*DefaultApi* | [**get_file**](docs/DefaultApi.md#get_file) | **GET** /file/{id} |
+*DefaultApi* | [**get_release**](docs/DefaultApi.md#get_release) | **GET** /release/{id} |
+*DefaultApi* | [**get_work**](docs/DefaultApi.md#get_work) | **GET** /work/{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_file**](docs/DefaultApi.md#lookup_file) | **GET** /file/lookup |
+*DefaultApi* | [**lookup_release**](docs/DefaultApi.md#lookup_release) | **GET** /release/lookup |
+
+
+## Documentation For Models
+
+ - [Changelogentries](docs/Changelogentries.md)
+ - [ChangelogentriesInner](docs/ChangelogentriesInner.md)
+ - [ContainerEntity](docs/ContainerEntity.md)
+ - [CreatorEntity](docs/CreatorEntity.md)
+ - [Editgroup](docs/Editgroup.md)
+ - [EditgroupEdits](docs/EditgroupEdits.md)
+ - [Editor](docs/Editor.md)
+ - [EntityEdit](docs/EntityEdit.md)
+ - [ErrorResponse](docs/ErrorResponse.md)
+ - [FileEntity](docs/FileEntity.md)
+ - [ReleaseContrib](docs/ReleaseContrib.md)
+ - [ReleaseEntity](docs/ReleaseEntity.md)
+ - [ReleaseRef](docs/ReleaseRef.md)
+ - [Success](docs/Success.md)
+ - [WorkEntity](docs/WorkEntity.md)
+
+
+## Documentation For Authorization
+
+ All endpoints do not require authorization.
+
+
+## Author
+
+
+