...
then MediaHaven will connect to this plugin using REST API calls, which must implement the following methods depending on the category.
Methods
GET /
...
config-info
Status | ||||
---|---|---|---|---|
|
It gives basic info about this connector
...
Code Block | ||
---|---|---|
| ||
{
"ReportingEngine": {
"Name": "metabase",
"Version": "0.51",
},
"CanSupportEmbeddedReports": "true",
"CanSupportPublicAccessibleReports": "true"
} |
GET /reports
Status | ||||
---|---|---|---|---|
|
...