Update notes for 2019-02-20

This commit is contained in:
2019-02-20 18:20:09 -08:00
parent 97f4e3db2b
commit 57e52e01ef
3 changed files with 18 additions and 8 deletions

View File

@ -998,4 +998,8 @@ $ curl -s -H "accept: application/json" -H "Content-Type: application/json" -X P
![YasGUI querying AGROVOC](/cgspace-notes/2019/02/yasgui-agrovoc.png)
- There seems to be a REST API for AGROVOC here: http://agrovoc.uniroma2.it/agrovoc/rest/v1/search?query=FISH&lang=en
- See this [issue on the VIVO tracker](https://jira.duraspace.org/browse/VIVO-1655) for more information about this endpoint
- The old-school AGROVOC SOAP WSDL works with the [Zeep Python library](https://python-zeep.readthedocs.io/en/master/), but in my tests the results are way too broad despite trying to use a "exact match" searching
<!-- vim: set sw=2 ts=2: -->