rasvaan / digibird_client

Node.js code for Digibird site.
MIT License
2 stars 0 forks source link

Send query to the BenG API - get metadata back #58

Closed LaraHack closed 7 years ago

LaraHack commented 8 years ago

Retrieve FRBR record from the BenG API by doing the following:

Input: http://in.beeldengeluid.nl/collectie/api/search POST request (in JSON format): {"phrase":"bird","page":"1","numkeyframes":5,"sorting":"SORT-DEF","mediaType":"ALL_MEDIA","pagesize":12,"startdate":null,"enddate":null,"publiclyViewableResultsOnly":"true","digitalViewableResultsOnly":"false","termFilters":{}}

Output: JSON -> objects in FRBR format model responseItems -> [i] -> mainTitle, guci, expressie -> id, where i is the index of the retrieved item

LaraHack commented 7 years ago

Issue moved here.