Skip to content

Provider: Proxy

Petr Škoda edited this page May 19, 2021 · 3 revisions

dcat-ap-viewer can utilize another instance of dcat-ap-viewer as a data source. This allow developers to run local instance and develop the UI with data from another instance. This make the development environment closer to the production one.

Provider

The easiest option how to use data from another instance is to use proxy-provider.

Example

The provider has only one configuration field, the URL of the other instance.

    - type: proxy
      url: https://dev.nkod.opendata.cz

Configuration

Implemented methods

  • v1-info
  • v2-dataset-list
  • v2-dataset-facet
  • v2-dataset-item
  • v2-dataset-typeahead
  • v2-distribution-item
  • v2-publisher-list
  • v2-keyword-list
  • v2-label-item
  • v2-init-data
  • v2-quality-dataset
  • v2-quality-distribution
  • v2-quality-publishers
  • v2-catalog-list
Clone this wiki locally