api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
480 stars 130 forks source link

Bump api-doc-parser to handle errors with application/problem+json #521

Closed ArthurJCQ closed 7 months ago

ArthurJCQ commented 8 months ago

A bug occurs when getting an error from API with Content-Type being application/problem+json.

Today this is not handled by the installed version of api-doc-parser, causing a generic server error to be thrown when using fetchHydra for instance.

This is fixed in api-doc-parser v0.16.2

dunglas commented 7 months ago

Thanks!