No project description provided
Project description
BigGo API PMS Python Client
BigGo API PMS Python Client is a API written in Python.
short future:
Getting Started
Installation
Using pip
pip install -U biggo_pms_api_python
Usage
Using:
from biggo_pms_api_python import BiggoAPIPMS
Initializing
To get started, first obtain a client id and secret from BigGo API. Then, use the following code to obtain an API object:
api = BiggoAPIPMS(clientID=client_id, clientSecret=client_secret)
You can refer to this guide to get the client id and secret
Accessing BigGo API PMS
You can access all BigGo API PMS resources using the api object. Simply use the object obtained from new BiggoAPIPMS(). For example:
// Get list of platforms the user has access.
platformList = await api.get_Platform_List()
// Get list of groups in the platform.
groupList = await api.get_Group_List('<Platform ID>')
// Get list of reports in the platform.
reportList = await api.get_Report_List('<Platform ID>')
// Get file content or save report as file.
reportJson = await api.get_Report('<Platform ID>', '<Report ID>', 'json')
if you need more information, you can refer to this document.
License
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
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 biggo_pms_api_python-1.1.1.tar.gz.
File metadata
- Download URL: biggo_pms_api_python-1.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e24aceb8b16abc125547be187b43b2ca3a0ba440d141689eca0f86b1ea09a46c
|
|
| MD5 |
5baa1f6cd8968b23e8c81dd3eae23b3d
|
|
| BLAKE2b-256 |
a07732fd53fcd99d6f6e930cb7b3ab5549ee671e0330f2f64d4adf1c28657d01
|
File details
Details for the file biggo_pms_api_python-1.1.1-py3-none-any.whl.
File metadata
- Download URL: biggo_pms_api_python-1.1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8567a2439ce8d5b989a717c682d7c30fb94d353b484ca1b97b71e5b9affc7b9c
|
|
| MD5 |
7b05f2ff2bc7684069a859a319eb83a0
|
|
| BLAKE2b-256 |
c2b05d58f4d2b6a44d479215135593fa38974fa20890a5bac5fb0c318433223f
|