Sachin Chaurasiya 457f3d919a
GEN-1322: API Entity - Remove Beta (#17967)
* 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>
2024-10-08 14:39:55 +05:30

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": {}
}
}