A Python API client for bser-open-api
Project description
BSER Python API Client
블랙서바이벌: 영원회귀 openapi 를 위한 Python API Client 입니다.
A Python API Client for Black Survival: Eternal Return openapi.
Requirements
- Python 3.6 or higher
- requests
Installation
$ pip install bser-python-client
If you use pipenv,
$ pipenv install bser-python-client
Example
Before run examples,
$ python setup.py develop
And then,
from bser_client import BserAPIClient
api_client = BserAPIClient(api_key='your_token', version='v1')
characters = api_client.fetch_meta_data(meta_type='Character')
for character in characters:
print(character.get('name'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bser-python-client-0.0.4.tar.gz
.
File metadata
- Download URL: bser-python-client-0.0.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fea80c46a3bd55dc16fcd2d3a99e2e17462f71295d6a8de22e8954da3c5d6777 |
|
MD5 | 0461d8da69c01bf18e5f87d505176002 |
|
BLAKE2b-256 | 559a61f66ed20dc3ea730dd1ff91058bae58c2447b9cfc19163d086f81bd79e0 |
File details
Details for the file bser_python_client-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: bser_python_client-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ef3b877b3fe9d2aaf84f9481e499258cdb95c0b3b9f631ce7896d7de037046d |
|
MD5 | b588c97ad45e76aa4eba0e8dfc798acc |
|
BLAKE2b-256 | 6998d73904d928433dca65ba39f990ad903b17e1431f7cf05556e60b6ac1deba |