DTNClearAg / clearag_api_examples

A collection of code examples using the ClearAg APIs

Home Page:https://www.clearag.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClearAg-API-Examples

A collection of code examples using the the ClearAg APIs seperated by the particular API it uses.

For all examples you will need to use your own API access credentials. All javascript files which use a ClearAg API endpoint should have a license global variable near the top of the code.

var license = "?app_id=YOUR_ID_HERE&app_key=YOUR_KEY_HERE";

Or separate APP_ID and APP_KEY sections for Python

APP_ID = 'YOUR_APP_ID_HERE'
APP_KEY = 'YOUR_APP_KEY_HERE'

About

A collection of code examples using the ClearAg APIs

https://www.clearag.com/


Languages

Language:JavaScript 56.4%Language:CSS 23.0%Language:Python 12.9%Language:HTML 7.7%