|
|
|
|
|
by _asummers
2301 days ago
|
|
I've found OpenAPI is very poor for more dynamic resource-based APIs where the mechanics of interactions between the resources is standard but the resources themselves differ, e.g. a JSONAPI API. Does anyone know of tooling that more accurately fits that use case? I have hand rolled (well, generated) JSON Schemas in the past and published those, but that felt unsatisfying and too ad hoc. |
|
EDIT: `declarative API` as in some kind of proxy layer which you can better isolate.