Route-finder / Backend

Senior Project - Find and display an optimal route to retrieve books from a library's shelves.
https://library-guide.herokuapp.com
Mozilla Public License 2.0
0 stars 3 forks source link

Pull Classification api tests #8

Closed Isaac-List closed 3 years ago

Isaac-List commented 3 years ago

These tests simply demonstrate the API's, we will create a separate branch for the actual implementaiton.

Some notes:

Conclusions: So long as parsing XML isn't a problem, OCLC's service is a step above the Library of Congress. I imagine we will have a search feature, allowing the user to select from a list of suggested titles; both LOC and OCLC allow for this, though LOC probably has more detailed information and search options. My preference would be to implement OCLC as the classifier, and possibly utilize LOC if we need more than just title/author search.