Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crossrefutils: urlencode encoding #3516

Closed
wants to merge 1 commit into from

Conversation

kaplun
Copy link
Member

@kaplun kaplun commented Sep 18, 2015

Reported-by: Chokri Ben Romdhane [email protected]
Signed-off-by: Samuele Kaplun [email protected]


query = urllib.urlencode({
'pid': pid,
'noredirect': 'tru',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tru or true?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true :)

* FIX Correctly urlencodes the query sent to CrossRef in order to
  retrieve information about a given DOI.

* FIX Correctly passes the noredirect flag to CrossRef API.

* NEW Supports querying CrossRef with free account (without
  password).
  (closes inveniosoftware#3503) (closes inveniosoftware#1277)

Co-authored-by: Theodoropoulos Theodoros <[email protected]>
Co-authored-by: Chokri Ben Romdhane <[email protected]>
Signed-off-by: Samuele Kaplun <[email protected]>
tiborsimko pushed a commit to tiborsimko/invenio that referenced this pull request Nov 22, 2016
* FIX Correctly URL-encodes the query sent to CrossRef in order
  to retrieve information about a given DOI.

* FIX Correctly passes the noredirect flag to CrossRef API.

* BETTER Supports querying CrossRef with free account
  (without password). (closes inveniosoftware#3503) (closes inveniosoftware#1277) (PR inveniosoftware#3516)

Co-authored-by: Theodoropoulos Theodoros <[email protected]>
Co-authored-by: Chokri Ben Romdhane <[email protected]>
Signed-off-by: Samuele Kaplun <[email protected]>
@tiborsimko
Copy link
Member

Closed by #3725.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants