- RFC 7807: Problem Details for HTTP APIs https://datatracker.ietf.org/doc/html/rfc7807 2 comments programming
Linking pages
- Go RESTful APIs, the practical way | NULL on error https://nullonerror.org/2022/07/30/go-restful-api-the-practical-way/ 55 comments
- GitHub - meysamhadeli/problem-details: ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client. For implement this approach, we use It's a JSON or XML format, when formatted as a JSON document, it uses the "application/problem+json" media type and for XML format, it uses the "application/problem+xml" media type. This document help us to defines machine-readable details of errors in an HTTP response to avoid the need to define new error response formats for HTTP APIs. https://github.com/meysamhadeli/problem-details 5 comments
- GitHub - Talento90/goliath: 🤺 Goliath is an opinionated set of libraries to build resilient, scalable and maintainable applications. https://github.com/Talento90/goliath 2 comments
- GitHub - Fcmam5/nest-problem-details: A Nest.js HTTP exceptions filter returning RFC-7807 responses https://github.com/Fcmam5/nest-problem-details 0 comments
- (Don't) be smart and use web standards · Article on Code in Bits and Pieces https://derk-jan.com/articles/2022/12/16/dont-be-smart-and-use-web-standards 0 comments
- What to Know Before You Implement Public-Facing APIs - Growth Acceleration Partners https://www.growthaccelerationpartners.com/blog/what-to-know-before-you-implement-public-facing-apis 0 comments
- How to learn API? - by Dr Milan Milanović https://newsletter.techworld-with-milan.com/p/how-to-learn-api 0 comments
Related searches:
Search whole site: site:datatracker.ietf.org
Search title: RFC 7807 - Problem Details for HTTP APIs
See how to search.