To get started, contact the OnPage support team to receive the required API token and API documentation.
Please feel free to download and use any of the following starter client API examples:
Python
Web Service Client:
GitHub: https://github.com/onsetinc/onpage_hub_api_client_py
PyPI: https://pypi.python.org/pypi/OnPage-HUB-API-Client
You can also install the OnPage HUB API Client module using one of the Python setup tools:
easy_install OnPage-HUB-API-Client
or
pip install OnPage-HUB-API-Client
Command Line Interface (CLI)
An OnPage HUB API Client Python module that includes a fully implemented CLI Python script to send pages from the command line.
GitHub (source and usage sample): https://github.com/onsetinc/onpage_hub_api_cli_py
Node.js
GitHub (source and usage sample): https://github.com/onsetinc/onpage-hub-api-client-nodejs
NPM: https://www.npmjs.com/package/onpage-hub-api-client
To install OnPage HUB API Client module use:
npm i onpage-hub-api-client
Java
Provides Java source code for base OnPage HUB API Proxy Classes that can be used to integrate page sending to your code.
GitHub (source and sample): https://github.com/onsetinc/onpage-hub-api-client-java