Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

jhu-library-applications/reshare-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reshare-service

.github/workflows/ci.yml

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.

Running

  1. Download and install go:

https://golang.google.cn/dl/

  1. Checkout the code from GitHub

  2. Build and run the server:

go build . && ./reshare-service

Examples

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published