sckott / habanero

client for Crossref search API

Home Page:https://habanero.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get request url

gneotel opened this issue · comments

Hi,
after a request like:
cr = Crossref()
Crossref(mailto = "dude@gmail.com")
x = cr.works(query_author = "DUDE", filter=my_filter)
is there a way to get from the Crossref object the complete request url with query and filters?
Ideally pasting it on a browser I should get the json results.

It would be really helpful for filters tuning.

Thanks a lot.

Thanks for your question, you can turn on verbose curl output - see "Verbose curl output" section in the docs https://habanero.readthedocs.io/en/latest/modules/crossref.html#

Thank you!