Currently, our api uses http basic auth, so an api request would
actually be something like:
http://username:pass...@api.plancat.com/...
How you set the username and password values will be dependent on the
library you are using to make requests, for example, using curl on the
command line you could do:
$ curl --user username:password http://api.plancast.com/...
We currently have no plans to add OAuth support, so you will have to
prompt for the user's plancast username and password.
Let me know if you have any questions.
-Jay
-Jay