Original message:
“Are user/researcher-facing APIs out of scope?”
Original message:
“Are user/researcher-facing APIs out of scope?”
This service already offers a very comprehensive set of methods on its API:
https://labs.biblios.tech/wp-json/
Namely, you can retrieve records via their Taxonomies (Category or Tag):
https://labs.biblios.tech/wp-json/wp/v2/taxonomies/
E.g. of retrieving by Category:
All the Datasets:
https://labs.biblios.tech/wp-json/wp/v2/product?product_cat=17
Projects:
https://labs.biblios.tech/wp-json/wp/v2/product?product_cat=426
or Project Ideas:
https://labs.biblios.tech/wp-json/wp/v2/product?product_cat=443
(both will also give the related Projects and Datasets)
E.g. to retrieve the records with the “metadata” tag, currently 42:
https://labs.biblios.tech/wp-json/wp/v2/product?product_tag=24
These need further documentation and examples showcase, though.
Thanks,
Filipe