pittcsc / PittAPI

An API to easily get data from the University of Pittsburgh
https://pittapi.pittcsc.org
GNU General Public License v2.0
105 stars 30 forks source link

Create a Library API #70

Closed RitwikGupta closed 6 years ago

RitwikGupta commented 6 years ago

We can get JSON results from our library catalog via the following URL: http://pitt.summon.serialssolutions.com/api/search?q=water

q is a URL-encoded parameter that is the search string.

This returns JSON already, just clean up the results somewhat and return it as is!

dzheng256 commented 6 years ago

...ok not sure what happened there but @AdrienaC and I will work on this