Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
API Platform Client Generator is a generator to scaffold app with Create-Retrieve-Update-Delete features for any API exposing a Hydra or OpenAPI documentation for:
Works especially well with APIs built with the API Platform framework.
The documentation of API Platform's Client Generator can be browsed on the official website.
number,
date...) according to the type of the API property
requiredattributes)
npx @api-platform/client-generator https://demo.api-platform.com/ output/ --resource Book
npx @api-platform/client-generator https://demo.api-platform.com/docs.json?spec_version=3 output/ --resource Book --format openapi3
npx @api-platform/client-generator https://demo.api-platform.com/docs.json?spec_version=2 output/ --resource Book --format openapi2
Created by Kévin Dunglas. Sponsored by Les-Tilleuls.coop. Commercial support available upon request.