APIService.js now uses POST for requests, rather than GET.
Bug fixes:
- Using POST over GET now allows for larger requests.
- Response.js#isOK now returns "OK" if the response status is "QueuedForProcessing".
APIService.js now uses POST for requests, rather than GET.
Bug fixes: