Programming-from-A-to-Z / A2Z-F16

ITP A2Z Course for Fall 2016
462 stars 277 forks source link

Using httpPost() and httpGet() from p5.js and some other small things #13

Closed c-steindl closed 8 years ago

c-steindl commented 8 years ago

Some general things.

  1. You need to pass the json flag to these requests, if the you use a json object as request data.
  2. Clarifai also accepts the access_token as GET-Parameter.
  3. There is an official library at GitHub.
shiffman commented 8 years ago

This is so awesome, thank you thank you!!