endpoints
Here are 92 public repositories matching this topic...
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Nov 28, 2019 - PHP
-
Updated
Apr 22, 2020 - PHP
-
Updated
Apr 1, 2020 - C#
-
Updated
Nov 16, 2020 - Go
-
Updated
Jul 4, 2018 - PHP
-
Updated
Sep 19, 2020
-
Updated
Sep 12, 2020 - Vue
-
Updated
May 6, 2020 - JavaScript
-
Updated
Feb 25, 2017 - Python
-
Updated
Sep 2, 2020 - TypeScript
Documentation page
is needed - it can be based on how we do our gh pages in other Scalaland projects
-
Updated
Sep 1, 2020 - Java
-
Updated
Feb 2, 2019 - Java
-
Updated
Apr 21, 2018 - JavaScript
-
Updated
Dec 18, 2019 - PHP
-
Updated
Oct 27, 2017 - Swift
-
Updated
May 28, 2019 - PHP
-
Updated
Dec 8, 2018 - JavaScript
Improve this page
Add a description, image, and links to the endpoints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the endpoints topic, visit your repo's landing page and select "manage topics."
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as
409. If the object does not pass the schema validation, it should be a415.Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint:
Errorcl