zalando / problem

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

Provide an OpenAPI definition with an according npm library #484

Open hgschwibbe opened 9 months ago

hgschwibbe commented 9 months ago

There are many Java Backends using this popular library, but there are many Angular and React Frontends that are connected to those Backends too.

Currently it looks like this framework addresses only one side of the communication channel. It would be great if you provide an OpenAPI 3.0 definition and an npm library to support all communication layers.