tags:

views:

11

answers:

1

I am trying to play with the CloudApp API with CURL and it keeps giving me the redirect message, and I don't think I'm initializing it right. The docs are at http://support.getcloudapp.com/faqs/developers/api and my request currently looks like:

curl -G --digest -u [email protected]:[censored] -H "Content-Type: application/json" http://my.cl.ly/items/new

Any ideas?

A: 

You may also need to include -H "Accept: application/json"

Wade