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

Add API with Token for queries #69

Open
Babalion opened this issue Mar 23, 2022 · 0 comments
Open

Add API with Token for queries #69

Babalion opened this issue Mar 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Babalion
Copy link

Goal

I would like to add all of my personal references to my webpage automatically.

At the moment I do it like this:

  1. Perform a search of papers which belong to me in I Librarian
  2. export the result to a .bib file
  3. Copy the file to my webserver

What I have tried

The search can be performed with the same URL again, if one is logged in.

If I try to pull the url via wget from my webserver, the problem is i can't use a simple POST request with cookie to log in due to the needed CSRF Token...

Feature request

Could you please add an authentication token which one could append to the query URL, so it would be easy to pull a .bib file via wget.

This is the easiest way to create an API.

@mkucej mkucej self-assigned this May 14, 2022
@mkucej mkucej added the enhancement New feature or request label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants