mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-09 15:56:33 +00:00

* GEN-1322: API Entity - Remove Beta * minor: add doc for the metadata pipeline * api service refactor * api service refactor backend changes * add apiconnection in test service connection * pytest fix * fix java file formatting * Fix casing of REST in ApiServiceRest.spec.ts * Refactor REST to Rest in API classes * minor change * minor change * minor change * fix cashing for API to Api * add playwright test for api service ingestion * fix: playwright test --------- Co-authored-by: harshsoni2024 <harshsoni2024@gmail.com>
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"type": "rest",
|
|
"serviceName": "sample_api_service",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Rest",
|
|
"openAPISchemaURL": "https://petstore3.swagger.io/",
|
|
"token":"mock_token"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
} |