GSA / datagov-ckan-multi

Other
10 stars 6 forks source link

Test /data.json #367

Open avdata99 opened 4 years ago

avdata99 commented 4 years ago

User Story

As a developer, I want to be sure that /data.json URL is working for the new catalog so that we can share this resource to final users.

Acceptance Criteria

Details

The plugin to activate this feature is datajson (here)

avdata99 commented 3 years ago

@adborden, since we activate the DCAT extension we also expose some new URLs (e.g. /catalog.rdf) Also is possible to paginate this data https://{ckan-instance-host}/catalog.{format}?[page={page}]&[modified_since={date}]&[profiles={profile1},{profile2}]&[q={query}]&[fq={filter query}] Info here: https://github.com/ckan/ckanext-dcat#catalog-endpoint Maybe, if these URLs fit our requirements, we can use them as our new main catalog resources file.