6 lines
280 B
Markdown
Raw Permalink Normal View History

2021-08-01 14:27:44 -07:00
# APIs
2021-08-15 01:40:22 +00:00
OpenMetadata supports REST APIs for getting data and in and out of the metadata system. APIs are built using general best practices of REST API design. We take a schema-first by defining Types and Entities in JSON schema. APIs are implemented based on these schemas.
2021-08-01 14:27:44 -07:00
<EFBFBD>