OpenAlex plans to require API users to use an API key for more queries (see this post) which is passed via the URL e.g. https://api.openalex.org/works?api_key=424242 (see docs).
It seems that currently pyalex passes the API_KEY value via headers. This probably needs to be adapted for future compatibility.
OpenAlex plans to require API users to use an API key for more queries (see this post) which is passed via the URL e.g.
https://api.openalex.org/works?api_key=424242(see docs).It seems that currently pyalex passes the API_KEY value via headers. This probably needs to be adapted for future compatibility.