zalando / problem

A Java library that implements application/problem+json
https://zalando.github.io/problem
MIT License
891 stars 83 forks source link

Add a link to RFC 7807 in README #410

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 2 years ago

Since this module adds support for JSON "problem" structure, as per RFC 7807:

https://www.rfc-editor.org/rfc/rfc7807

it would make sense to add a link on README to make it easier to find, by anyone looking for support. I can provide a PR if need be.

Also: I could be wrong but I am guessing this might also work with Jackson XML module (for the other type specified by RFC 7807, for XML); or if not, might be easy to modify to do so (if naming convention varies, for example).

whiskeysierra commented 1 year ago

image