OpenAPI support?
See original GitHub issueSorry to submit a support question, but I assume more people will encounter this issue - so posting here for visibility.
The react-admin homepage prominently shows an OpenAPI (formerly Swagger) logo, but I can’t find the relevant Data Provider in the list or on GitHub. Is it best to use ra-data-simple-rest and extend it, or am I missing something and is there a ready-made adapter that parses an OpenAPI spec file?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
OpenAPI Specification - Version 3.0.3 - Swagger
The OpenAPI Specification defines a standard interface to RESTful APIs which allows both humans and computers to understand service capabilities without ...
Read more >OpenAPI Initiative: Home
Something great got better, get excited! · Compatible with JSON Schema · How to contribute to the OAS · Submit an issue on...
Read more >OpenAPI 3.0 Tutorial | SwaggerHub Documentation
OpenAPI 3.0 is an open-source format for describing and documenting APIs. In this tutorial, we will write a simple API definition in the...
Read more >OpenAPI.Tools
avantation - Generate OpenAPI 3.x specification from HAR. ... Python on top of Flask with automatic endpoint validation & OAuth2 support, Python, ❌,...
Read more >How to use OpenAPI in Minimal API apps - Microsoft Learn
Minimal APIs provide built-in support for generating information about endpoints in an app via the Microsoft.AspNetCore.OpenApi package.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

SO thread for reference: https://stackoverflow.com/questions/59837102/openapi-support-in-react-admin
You have more or less something like this with API Platform Admin: https://github.com/api-platform/admin. It’s Hydra by default, but since it’s based on https://github.com/api-platform/api-doc-parser, having an OpenAPI support should be doable.