APIPage¶
- class xbrl_filings_api.APIPage¶
Bases:
APIObject
Base class for JSON:API response page or document.
Methods
__hash__
()Return hash(self).
__repr__
()Return repr(self).
__str__
()Return str(self).
Attributes
URL to this
APIPage
.URL to previous
APIPage
in the query.URL to next
APIPage
in the query.URL to first
APIPage
in the query.URL to last
APIPage
in the query.Version of the JSON-API protocol used on this
APIPage
.query_time
Time when the query function was called for an
APIObject
.request_url
HTTP request URL for an
APIObject
.