diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-31 18:43:22 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-31 18:43:22 -0800 |
commit | 7b7e271decb2fbd5858aaae03616aa0da57a9429 (patch) | |
tree | b47a171d696eace8c0eca5215733c2514dadc93c /python/fatcat_client/README.md | |
parent | 42ffee8c583729287aed7eaa6df4b7b121c1f7f6 (diff) | |
download | fatcat-7b7e271decb2fbd5858aaae03616aa0da57a9429.tar.gz fatcat-7b7e271decb2fbd5858aaae03616aa0da57a9429.zip |
add missing security/auth declarations
Diffstat (limited to 'python/fatcat_client/README.md')
-rw-r--r-- | python/fatcat_client/README.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/python/fatcat_client/README.md b/python/fatcat_client/README.md index 0f170925..069eb1b4 100644 --- a/python/fatcat_client/README.md +++ b/python/fatcat_client/README.md @@ -50,6 +50,11 @@ import time import fatcat_client from fatcat_client.rest import ApiException from pprint import pprint + +# Configure API key authorization: Bearer +fatcat_client.configuration.api_key['Authorization'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# fatcat_client.configuration.api_key_prefix['Authorization'] = 'Bearer' # create an instance of the API class api_instance = fatcat_client.DefaultApi() editgroup_id = 'editgroup_id_example' # str | base32-encoded unique identifier @@ -184,7 +189,12 @@ Class | Method | HTTP request | Description ## Documentation For Authorization - All endpoints do not require authorization. + +## Bearer + +- **Type**: API key +- **API key parameter name**: Authorization +- **Location**: HTTP header ## Author |