api-doc-parser
api-doc-parser copied to clipboard
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.
**API Platform version(s) affected**: 2.6.8 **Description** The API doc parser uses `fetch()` via the `fetchResource()` method to load API metadata, and fails to apply the query parameter `{ itemsperpage: 0...
**API doc parser version(s) affected**: 0.15.1 **Description** Since the entrypoint prefix is stripped [here](https://github.com/api-platform/api-doc-parser/blob/de28a3c6bb9644ea2c6549513bdf7c411317664d/src/hydra/parseHydraDocumentation.ts#L202) it means that the request to fetch the API doc is made to the URL without...
It will be filled with JSON Schema constraints for OpenAPI. We need to find common terms between JSON Schema and SHACL.
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes/no | BC breaks? | no | Deprecations? | yes/no | Tickets |...
Fix issue #53
This is for #43 This adds an `ApiSerializer` which converts to a json-serializable POJO in both directions. Please let me know if this approach conflicts with any best practices or...
In case of subresources using the same "iri" of the parent, all fields are merged into the same resource. Test case, two entities with the same iri: ``` // entities...
Hi, I'd like to be able to initialize the API specs from an existing cache in order to get the most recently known state of the api docs in case...
I get this if api resource operation is configured with "output"=false
Description here I am testing the client generator and I am noticing that the hydra generates only this `Interface for the "Book" resource type has been generated! Interface for the...