basic auth
credentials. Note that basic auth credentials are optional and you can provide a bearer token if that is your means of authenticating against the API url
- This is the URL where the RESTful API is exposedmethod
- the HTTP method to use (default: get
)headers
- a dictionary of headers to send with the requestauth
- basic auth username/password (should be passed as an array: [username, password]
)params
- a dictionary of query string parameters to add to the URLdata
- a dictionary of values to use as the request bodyjson
- same as data
except that it’s being converted to JSONpath
and fields
parameters. The path
filter allows accessing attributes within the response, for e.g. if a key foo
in the response contains rows of objects you want to access, specifying path
foo
will convert each of the objects into rows. fields
volumeInfo.authors, volumeInfo.title, volumeInfo.publisher and accessInfo.webReaderLink