OpenMetadata/docs/openmetadata-apis/apis
2021-12-09 08:01:49 -08:00
..
api-organization.md Added documentation changes done in 0.5.0 branch to main (#1168) 2021-11-13 09:33:20 -08:00
implementation-notes.md Added documentation changes done in 0.5.0 branch to main (#1168) 2021-11-13 09:33:20 -08:00
overview.md Added documentation changes done in 0.5.0 branch to main (#1168) 2021-11-13 09:33:20 -08:00
README.md GitBook: [#44] Fix typo, correct capitalization, move from passive to active voice. 2021-12-09 08:01:49 -08:00

APIs

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 approach by defining Types and Entities in JSON Schema. We implement APIs based on these schemas.

<EFBFBD>