dabeplech.parsers.base.BaseParser

class dabeplech.parsers.base.BaseParser(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

validated_entry

Retrieve entry validated with the model.