Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 540 Bytes

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'