Wrapper for working with Mindbox service API
Project description
Mindbox Python API
Wrapper for working with Mindbox service API
Installation
You can install or upgrade package with:
$ pip install mindbox-sdk --upgrade
Or you can install from source with:
$ git clone https://github.com/RTHeLL/mindbox-sdk
$ cd mindbox-sdk
$ python setup.py install
...or install from source buth with pip
$ pip install git+https://github.com/RTHeLL/mindbox-sdk
Example
from mindbox.client import MindboxClient
def main():
mindbox_client = MindboxClient(endpoint_id="YOUR_ENDPOINT_ID", secret_key="YOUR_SECRET_KEY", type_="async")
client = mindbox_client.operations.get_client(
"Getclient",
**{
"customer": {
"mobilePhone": "+79374134388"
}
}
)
print(
f'Client: {client}'
)
main()
Bugs
If you have any problems, please create Issues here
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
mindbox-sdk-1.0.0.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file mindbox-sdk-1.0.0.tar.gz
.
File metadata
- Download URL: mindbox-sdk-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bdfa42462475cfe09abe8c5c587fb62b04cb689e14bc342881ea95f7acd4623 |
|
MD5 | 50d3b85c1674323337b0224a73931529 |
|
BLAKE2b-256 | a7e2fe75cbf94dba25ecc31d92520572e681eb64ff619f901e1b1181cfed688b |
File details
Details for the file mindbox_sdk-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: mindbox_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c6020d0b9949349dd235823ce849e62ac047309b695ce66ed1e252b3b1647c9 |
|
MD5 | 60940a135ad605d15ffe675b665cbc3f |
|
BLAKE2b-256 | 92574060d9ffc22e1c6efff2be2054d70eeaf9d44b1a0fc902d4a2d0f592aa21 |