OpenAlexAPI
OpenAlexAPI copied to clipboard
Python library for the OpenAlex HTTP API
Hi, just added the alex ID to be returned with the other ids. Cheers Sabine
``` 344 except ImportError as e: --> 345 raise ImportError('email-validator is not installed, run `pip install pydantic[email]`') from e ImportError: email-validator is not installed, run `pip install pydantic[email]` ``` ```...
We’ve got a ton of great API improvements to report! If you’re an API user, there’s a good chance there’s something in here you’re gonna love. Search You can now...
Hi, I'm experiencing the following issue whenever I retrieve a work that has no information given for the `oa_status` variable (example: https://api.openalex.org/works/W2150191218): ``` oa = openalexapi.OpenAlex() oa.get_single_work("https://openalex.org/W2150191218") ``` yields: >...
Hi Dennis, Great API. I made some small changes to make the API more useful to me as a user: 1. Generalized "get works" methods to function with any type...
This is an interesting library as I'm starting to dabble with the OpenAlex API. Currently the pypi version is 0.0.1a0, which is a already a bit behind. The following GitHub...