api-platform / admin

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

feat: add OpenAPI support #450

Closed alanpoulain closed 2 years ago

alanpoulain commented 2 years ago
Q A
Branch? main
Tickets Fixes #161
License MIT
Doc PR TODO

Add full OpenAPI support. Introduce OpenApiAdmin. The openApiDataProvider needs a dataProvider backend to work (see https://marmelab.com/react-admin/DataProviderList.html). A very simple REST data provider is used by default (no pagination, stringified filters).