api-platform / api-doc-parser

Transforms a Hydra API doc in an intermediate representation that can be used for various tasks such as creating smart API clients, scaffolding code or building administration interfaces.
MIT License
104 stars 71 forks source link

fix(hydra): do not reject the promise when a 204 response is received #107

Closed alanpoulain closed 2 years ago

alanpoulain commented 2 years ago

Following: https://github.com/api-platform/api-doc-parser/pull/102

Related issue: https://github.com/api-platform/admin/issues/440