Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
colourBlue
titleBusiness Intelligence

It gives basic info about this connector

...

Code Block
languagejson
{
  "ReportingEngine": { 
      "Name": "metabase",
      "Version": "0.51", 
  }, 
  "CanSupportEmbeddedReports": "true", 
  "CanSupportPublicAccessibleReports": "true"
}

GET /reports
Status
colourBlue
titleBusiness Intelligence

...