boinx / QCJSON

Quartz Composer Patch for downloading and parsing JSON
Other
13 stars 1 forks source link

Added support for JSON POST requests #2

Open MythicLionMan opened 8 years ago

MythicLionMan commented 8 years ago

Some JSON requests require a POST request with parameters in the data section. The bodyString parameter changes the request type to post and includes the body data.

I realize that this is a more disruptive change than the other small bugfix I submitted, but it does allow for some additional functionality.