You can get started in minutes using our Quickstarts:
http://docs.clarify.io/quickstarts/
See more examples for listing, getting, and deleting bundles etc. in the /examples folder.
To use any of the examples, rename credentials-dist.php to credentials.php and add your API key from here: https://developer.clarify.io/apps/list/
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request from github