Site Api
Site global namespace
Functions
get Activity
Link copied to clipboard
abstract Flow<DgfrCallState<List<ActivityPage>>> getActivity(Integer page, Integer pageSize, String user, String organization)
Content copied to clipboard
Fetch site activity, optionally filtered by user of org
get Home Datasets
Link copied to clipboard
List homepage datasets
get Home Reuses
Link copied to clipboard
List homepage featured reuses
get Oembeds
Link copied to clipboard
The returned payload is a list of OEmbed formatted responses See: http://oembed.com/
get Site
Link copied to clipboard
Site-wide variables
get Site Data Portal
Link copied to clipboard
Root RDF endpoint with content negociation handling
get Site Json Ld Context
Link copied to clipboard
get Site Rdf Catalog
Link copied to clipboard
Root RDF endpoint with content negociation handling
get Site Rdf Catalog Format
Link copied to clipboard
abstract Flow<DgfrCallState<String>> getSiteRdfCatalogFormat(String format)
Content copied to clipboard
Root RDF endpoint with content negociation handling in specified format
get Suggest Territory
Link copied to clipboard
abstract Flow<DgfrCallState<List<Territory>>> getSuggestTerritory(String q, Integer size)
Content copied to clipboard
put Set Home Datasets
Link copied to clipboard
abstract Flow<DgfrCallState<List<Dataset>>> putSetHomeDatasets(List<String> datasetIds)
Content copied to clipboard
Set the homepage datasets editorial selection
put Set Home Reuses
Link copied to clipboard
abstract Flow<DgfrCallState<List<Reuse>>> putSetHomeReuses(List<String> reuseIds)
Content copied to clipboard
Set the homepage reuses editorial selection
Inheritors
DgfrService
Link copied to clipboard