openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

Make incorrect JSON in server api call return correct http error code #23

Closed mlandauer closed 4 years ago

mlandauer commented 5 years ago

Sent with GitHawk

mlandauer commented 4 years ago

The following API calls have JSON in their body:

Both of these now return a "bad request" http status code if the JSON is incorrectly formatted. So, this is already fixed.