id author title date pages extension mime words sentences flesch summary cache txt github-com-3713 GitHub - bibliotechy/DPyLA: A python client for the DPLA API .html text/html 1423 306 80 GitHub bibliotechy/DPyLA: A python client for the DPLA API Latest commit message DPyLA A Python client for the DPLA API Records returned are in result.items: Unless you tell it otherwise, DPLA API sets a limit of ten records returned. >>> result = dpla.search("chicken") >>> result = dpla.search("chicken") >>> result = dpla.search("chicken man") >>> result = dpla.search(searchFields=fields) result = dpla.search("chicken", fields=["sourceResource.title"]) result = dpla.search("chicken", fields=["sourceResource.title"]) Get back a list of the most common terms within a field for this set of results. >>> result = dpla.search("chicken", facets=["sourceResource.subject"]) {u'count': 53, u'term': u'Chickens'}, >>> result = dpla.search("chicken", spatial_facet=[37,-48]) >>> result = dpla.search("chicken", facets=["sourceResource.subject"], facet_size=2) >>> result = dpla.search("chicken", sort="sourceResource.title") >>> result = dpla.search("chicken", spatial_sort=[37, -48]) >>> result = dpla.search(q="chicken", page_size=100) >>> result = dpla.search(q="chicken", page_size=100) >>> result = dpla.search(q="chicken", page_size=100) >>> result = dpla.search(q="chicken", page_size=100, page=2) A python client for the DPLA API A python client for the DPLA API ./cache/github-com-3713.html ./txt/github-com-3713.txt