Rvvup Python API Client
Project description
python-sdk
python setup.py sdist bdist_wheel
pip install .
pipenv install -e .
from rvvup import RvvupClient
client = RvvupClient(
endpoint="https://example.com/graphql",
merchant_id="your_merchant_id",
auth_token="your_auth_token",
user_agent="your_user_agent"
)
methods = client.get_methods()
print(methods)
Development
poetry run black .
poetry run flake8
poetry run pre-commit install
OpenAPI
poetry run openapi-python-client generate --path openapi/openapi.yaml --output rvvup_sdk
TODO
- OpenAPI doc version isn't compatible with python generation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rvvup_python-0.1.0.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rvvup_python-0.1.0.tar.gz.
File metadata
- Download URL: rvvup_python-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d218765150f77a5aba60f247da80597b0e04aa945e6e786ccf7e025998ecd4b5
|
|
| MD5 |
6e05dc47f20b8cee10b65745232b1eeb
|
|
| BLAKE2b-256 |
fd702c4376362b93819984a2e81824c9ef5761e5fee44f79b4bc04d080967879
|
File details
Details for the file rvvup_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rvvup_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b08efaf553181be067f71c8527bc92defd2e54d22499f32e2f4c50d249bc67
|
|
| MD5 |
8dc5a81da6cf2be98fd75c7df7d0dc5a
|
|
| BLAKE2b-256 |
2a6422e8e802c0b45384755aa9af95beac0e62d21ae603c290395fa5605156b8
|