Versions Compared

Key

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

...

Throughout this document, the definitive Public API documentation is located here: https://c3.ai/covid-19-api-documentation/

APIs

  • Exposed APIs
    • fetch - The fetch API can be called on Types in the Datalake to return instances of these types (Available for all exposed C3 Types)
    • evalMetrics - The evalmetrics API can be called on some expressions which are defined on some outbreakLocations. These are detailed as
      part of the covid-19 Public datalake documentation. (Available only for outbreakLocation)
    • Other available APIs (Please see the official C3 Public API documentation for more information about these)
      • getprojectionhistory
      • getarticlemetadata
      • getimageurls
      • allversionsforpolicy
  • Unavailable APIs
    • Any methods defined on the available types in the Datalake that aren't explicitly mentioned in the covid-19 Public datalake documentation
      are not available through the public API.
    • Example: the listMetrics() function is defined on Types inheriting MetricEvaluatable. This gives a list of available Metrics you can use for
      a given type. This function cannot be called through the Public API.

...