class documentation
Undocumented
Method | __init__ |
Initializes an ArxivApi object. |
Method | create |
Creates the query string for the ArXiv API request. |
Method | get |
Retrieves the data from the ArXiv API. |
Method | set |
Sets the documents based on the retrieved data. |
Instance Variable | base |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | keyword |
Undocumented |
Instance Variable | max |
Undocumented |
Instance Variable | query |
Undocumented |
Instance Variable | session |
Undocumented |
Instance Variable | start |
Undocumented |
Instance Variable | url |
Undocumented |
Initializes an ArxivApi object.
This method is responsible for creating a new instance of the ArxivApi class.
Args:
keyword (str): The keyword to search for. start (int): The starting index of the search results. max_results (int): The maximum number of results to retrieve.
Creates the query string for the ArXiv API request.
Args:
**kwargs: The keyword arguments to update the query Args:.
Retrieves the data from the ArXiv API. Returns: dict | None: The parsed data from the API response, or None if the request failed.