- Handling multiple error responses in an API https://pastebin.com/C7GUAPQ1 18 comments dotnet
- Handle "unusual" responses from a api service https://go.dev/play/p/GY86QRoANE5 2 comments golang
- Implement.js - Create interfaces to enforce, remove, or rename properties of objects. Useful for testing, handling API responses, or any time you need to verify the shape of an object https://github.com/jahans3/implement.js 3 comments javascript
- Writing my first full REST API in node/express. Stuck on a couple concepts/practices (namely response building and error handling) https://www.reddit.com/r/webdev/comments/lonl81/writing_my_first_full_rest_api_in_nodeexpress/ 7 comments webdev