Skip to main content

Python wrapper for the RockyRoad API

Project description

RockyRoad

This package provides a Python wrapper for the RockyRoad API.

RockyRoad is a part of the PyPi repository and can be installed via

pip install RockyRoad

export OCP_APIM_SUBSCRIPTION_KEY="INSERT_YOUR_SUBSCRIPTION_KEY"

Usage Example:

    from rockyroad.rockyroad import build

    service = build(base_url='INSERT_URL_FOR_API')

    api_response = service.helloWorld().list()
    print(api_response)

    api_response = service.alertRequests().list()
    print(api_response)

    api_response = service.alertRequests().list(creator_email='user@acme.com')
    print(api_response)

    api_response = service.alertRequests().insert(new_alert_request_json)
    print(api_response)

    api_response = service.alertRequests().delete(brand=brand, alert_request_id=alert_request_id)
    print(api_response)

    api_response = service.alertReports().list()
    print(api_response)

    api_response = service.alertReports().list(creator_email='user@acme.com')
    print(api_response)

    api_response = service.utilData().list(brand=brand, time_period='today')
    print(api_response)

    api_response = service.utilStats().list()
    print(api_response)

    api_response = service.dealers().list()
    print(api_response)

    api_response = service.customers().list(dealer_name=dealer_name)
    print(api_response)

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

RockyRoad-0.0.19-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file RockyRoad-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: RockyRoad-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10

File hashes

Hashes for RockyRoad-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 aa2bf44f4d0a6c4549dde3b64cca54ee773f1d9d59a6dc211357a871d107b5bf
MD5 128fc145d553fd008e2eac62c7600140
BLAKE2b-256 b311bf5e4a46711ba4fa1379e21de352d2f3210a37bcf6545711290c40c978c4

See more details on using hashes here.

Provenance

Supported by

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