This is a webservice that checks ReShare's VuFind instance for a loanable copy of an item using an ISN or a title/author search.
If a loanable copy is found the URL for that item is returned.
- Download and install go:
https://golang.google.cn/dl/
-
Checkout the code from GitHub
-
Build and run the server:
go build . && ./reshare-service
http://localhost:5050/request?title=becoming&author=Michelle%20obama
http://localhost:5050/request?isn=1524763144
http://localhost:5050/request?title=becoming&author=Michelle%20obama&isn=123