Amsterdam / dcatd

Data Catalog Project
Mozilla Public License 2.0
10 stars 1 forks source link

Implement existing use of action-API #2

Closed dolhuis closed 6 years ago

dolhuis commented 6 years ago

Amsterdam CityData frontend uses a subset of the current CKAN action API. First of all let the API of this microservice mimic the current, limited, use of the CKAN API.

jsoetendal commented 6 years ago

See: https://dokuwiki.datapunt.amsterdam.nl/doku.php?id=start:datapunt:catalogus:functioneelontwerp#huidig_gebruik_ckan_api for specification how API is currently used in front-end.

dolhuis commented 6 years ago

Current use API

dolhuis commented 6 years ago

Additional remarks

Usage:

Both Amsterdam City Data and data.overheid.nl use our API.

package_show endpoint:

The package_show endpoint consumes the id paramater, but returns both matches on 'id' and 'name' (and data.overheid.nl uses the name to query us, so this should also be honoured in the minimal implementation).

dolhuis commented 6 years ago

This is no longer required. It has been resolved in a different way.