|
|
|
|
|
by kaidon
1405 days ago
|
|
jsonapi solves some problems, and introduces so many more. As a standard intended to reduce bike shedding, I have never had as many bike-shedding discussions as I have with jsonapi. Include syntax, plural vs single resource naming. sorting syntax... the list goes on. And worst of all... you cannot represent an API backed by jsonapi with swagger/openapi... a more common standard. If you want jsonapi, you probably really want graphql... |
|
> ou cannot represent an API backed by jsonapi with swagger/openapi
This doesn't seem right to me. What issues were you having trying to specify a JSON:API service using OpenAPI?