Skip to content

Backend Dev

Isabel Costa edited this page Feb 10, 2019 · 3 revisions

Backend Dev

(...)

HTTP codes

Through out the code you may see a lot numers like: 200, 404 or 403. These are HTTP codes that indicate the state of a request, if it was successful or not. You can learn more about this here: HTTP Status Codes from REST API Tutorial website

Documentation in progress