dabeplech.parsers.base.BaseListParser¶
-
class
dabeplech.parsers.base.BaseListParser(content_response)[source]¶ Base structure for parsers.
-
__init__(content_response)[source]¶ Instantiate your parser on the response.
- Parameters
content_response – content response from the API
Methods
__init__(content_response)Instantiate your parser on the response.
parse()Perform parsing of the
content_response.Attributes
Retrieve entry validated with the model.
-