You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the feedback on PR #146, there's an opportunity to enhance our API's error handling by adopting the RFC 9457 Problem Details for HTTP APIs specification.
This update will ensure that our API is not just functional but also robust, modern, and easy to work with.
The text was updated successfully, but these errors were encountered:
…149 and PR #173) (#175)
* feat: Implements the use of ProblemDetail for HTTP error responses.
* fix: Fixing OpenAPI documentation and implementing date and time details in ProblemDetail.
* fix: Implements some adjustments to properties.
* fix: Adjusts the Time Sample property to the ISO 8601 standard.
Following the feedback on PR #146, there's an opportunity to enhance our API's error handling by adopting the RFC 9457 Problem Details for HTTP APIs specification.
This update will ensure that our API is not just functional but also robust, modern, and easy to work with.
The text was updated successfully, but these errors were encountered: