You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-15
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,32 @@ hathitrust-api
3
3
4
4
A simple interface for the HathiTrust APIs. The package contains basic classes and associated methods for querying the [Bibliographic API][bib api], [Data API][data api], and the [HTRC Solr Proxy][solr api].
5
5
6
+
The package is compatible with Python 2 and Python 3.
{u'responseHeader': {u'status': 0, u'QTime': 19}, u'response': {u'start': 0, u'numFound': 366613, u'docs': [{u'title': [u'The statues of New Zealand ...']}, {u'title': [u'New Zealand.']}, {u'title': [u"Wise's New Zealand index"]}, {u'title': [u'Palaeontological bulletin.']}, {u'title': [u'New Zealand,']}, {u'title': [u'The New Zealand official year-book.']}, {u'title': [u'The New Zealand official year-book.']}, {u'title': [u'The New Zealand official year-book.']}, {u'title': [u'The New Zealand official year-book.']}, {u'title': [u'The New Zealand official year-book.']}]}}
47
67
```
48
68
49
-
50
-
51
-
Packages:
52
-
---------
53
-
*[requests][requests] (available in PyPI)
54
-
*[requests-oauthlib][req oauth] (a Requests plugin; the version in PyPI had some errors, so you may need to get it straight from the source.)
0 commit comments