Skip to content

DTNClearAg/clearag_api_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published