Budy API
Budy API Python client, to be used for simple synchronous integration.
Configuration
| Name | Type | Default | Description |
|---|---|---|---|
| BUDY_BASE_URL | str |
http://localhost:8080/api/ |
The base URL that is going to be used for API connections. |
| BUDY_COUNTRY | str |
US |
The country as an ISO 3166-1 to be used for API interactions. |
| BUDY_CURRENCY | str |
USD |
The ISO 4217 code that describes the currency to be used for API interactions. |
| BUDY_USERNAME | str |
None |
The username to be used for authentication. |
| BUDY_PASSWORD | str |
None |
The password to be user for authentication. |
Example
import budy
api = budy.API(
base_url="https://budy.my_instance.com/api/",
username="my_user",
password="my_password"
)
voucher = api.create_value_voucher(10)
print(voucher["key"])
License
Budy API is currently licensed under the Apache License, Version 2.0.
Build Automation
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
budy_api-0.5.1.tar.gz
(7.6 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 budy_api-0.5.1.tar.gz.
File metadata
- Download URL: budy_api-0.5.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e25d2789978a0b29b36d5251bd9d7ca41035b95c93135c7f5bc54b9beb98d52
|
|
| MD5 |
d9ba509a52dfa819cf372bd545811c23
|
|
| BLAKE2b-256 |
c05796cd8cf4f6775e6fd05c90b8ae5450edbf9c647f8cc0995055c2416b6467
|
File details
Details for the file budy_api-0.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: budy_api-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
494e767eaa7e6c565e1dd64383bfa51c435a3a482d28b7b91aa7a18826676d8e
|
|
| MD5 |
310951cf0f8f7af850bf91ae6c5f2f45
|
|
| BLAKE2b-256 |
83fdf2c4184b387b035c3d15e3d019a659ea61176e4231ed3de418dfee277d8e
|