Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belgif/openapi-problem
OpenAPI data types for problem messages
https://github.com/belgif/openapi-problem
openapi rest rfc7807 standard
Last synced: about 19 hours ago
JSON representation
OpenAPI data types for problem messages
- Host: GitHub
- URL: https://github.com/belgif/openapi-problem
- Owner: belgif
- License: apache-2.0
- Created: 2020-03-26T16:56:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T14:06:47.000Z (10 months ago)
- Last Synced: 2024-02-29T21:51:34.464Z (9 months ago)
- Topics: openapi, rest, rfc7807, standard
- Homepage:
- Size: 43.9 KB
- Stars: 7
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-problem
This repository contains OpenAPI data types for problem messages, compliant to [RFC 9457 - Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457) (which obsoletes RFC 7807).
Their proper use is documented in the [REST guide](https://www.gcloud.belgium.be/rest/#error-handling).Within a major version, types remain backwards compatible once they are released.
Types in a beta version are not included in releases and may change in a backwards incompatible way.## build process
The build process is documented [here](https://github.com/belgif/openapi-common/blob/master/BUILDING.md).