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.3.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file mindbox-sdk-1.0.3.tar.gz
.
File metadata
- Download URL: mindbox-sdk-1.0.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b19aa5cd3328dc6df4b497521a8d5a454e37eacc48282558743b37222ce9d6f |
|
MD5 | 76108b5e0c4474da6fc3bf441c38362f |
|
BLAKE2b-256 | 77153d04731b42239220a3737db69e5f940261cefe797a611d83b914192aa060 |
File details
Details for the file mindbox_sdk-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: mindbox_sdk-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.4 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 | 2377819bb01d32aef91430af9e553045c3036d8ea7be4da9644a87e9bd452a52 |
|
MD5 | 1160ff6bfe6ab36bedd98c2ebf41e7fc |
|
BLAKE2b-256 | 960192f6411e5bc04e4d78be008f219313b14f3af76ae533d4c9ae19da9252b1 |