Skip to main content

No project description provided

Project description

BigGo API PMS Javascript Client

BigGo API PMS Javascript Client is a API written in Javascript.

short future:

Getting Started

Installation

Using pip

pip install 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

Funmula-Corp/guide

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

biggo_pms_api_python-1.1.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

biggo_pms_api_python-1.1.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file biggo_pms_api_python-1.1.0.tar.gz.

File metadata

  • Download URL: biggo_pms_api_python-1.1.0.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

Hashes for biggo_pms_api_python-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e40643cec74b9df1d20c061d0dd48e42ea71d6abc3ff343032a293ced41ea89e
MD5 3c16b7926c752d9359ff032af2284ad8
BLAKE2b-256 170c07a9b143746f404d8bbdb9034be5ea8442a2172e11556949318f4a5a56ea

See more details on using hashes here.

File details

Details for the file biggo_pms_api_python-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for biggo_pms_api_python-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d1491eed3cd95d9c8ee29138ad25c44f5d9ccd8a619ec9737861dbed3cf5027
MD5 d3e180962f92e4c8a5c8d4953ea2985a
BLAKE2b-256 91f93e949ef5df7352e096a5f3ad3ad70908fdf95d58fcd81d4c5fbafbd85632

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page