We would like to provide you with all the tools that you need to use and integrated with AgileTask. If you have an API usage example that you found handy or would like a write up on how to use some feature, please let us know and we’ll see what we can do.
You will need your API key to make all calls. If you have a Standard account you can find your API key here, http://agiletask.me/account/edit. We are using the four HTTP methods (GET, POST, PUT, and DELETE) to send in and pull data. Browsers usually only support GET, and POST so to make calls for things like updating tasks, you will need to include an _method parm. All this entails is adding a “&_method=put” to the URL in your calls.
Here are a couple small integration examples that we coded up for our own use and put up on GitHub to share. If you have a little open source app or script that you would like us to link to here, just let us know at rlund@agiletask.me.