-
Updated
Oct 20, 2020 - JavaScript
microservices
Here are 677 public repositories matching this topic...
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Jun 4, 2019 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 11, 2019 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Jul 24, 2019 - JavaScript
-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Nov 21, 2018 - JavaScript
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Oct 17, 2019 - JavaScript
-
Updated
Jan 7, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Right now, when you archive a key, you can only see it if you manually search for it.
This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).
It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Jun 28, 2018 - JavaScript
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Nov 12, 2019 - JavaScript
Improve this page
Add a description, image, and links to the microservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservices 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