pamaxie / --OLD--Pamaxie

Worker "clients" for analyzing media content. Pamaxie is a Natural Learning API for accessing several Neural Networks and hand-crafted algorithms for moderating content on platforms.
https://pamaxie.com
Apache License 2.0
2 stars 2 forks source link

Use / Update APIs to use proper status codes #52

Closed ghost closed 3 years ago

ghost commented 3 years ago

We need to adhere to HTTP status code standards and not just return what ever we want. If you need help on fixing this status codes can be found here: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes Its OK to use unofficial codes as long as they are unique and describe the error clearly. Creating new Status codes should be documented here. Also make sure they do NOT conflict with existing status codes of any of the status codes on that website (official or not doesn't matter).

PKoldborg commented 3 years ago

Closing as this is done.