APIObject¶
- class xbrl_filings_api.APIObject¶
Bases:
objectBase class for JSON:API objects.
Methods
__hash__()Return hash(self).
__repr__()Return repr(self).
__str__()Return str(self).
Attributes
- query_time: datetime¶
Time when the query function was called for an
APIObject.The same moment may have multiple different objects with different
request_urlvalues due to paging. This time is not the time of receiving the actual request (page) from the API.