abacusai.web_page_response ========================== .. py:module:: abacusai.web_page_response Classes ------- .. autoapisummary:: abacusai.web_page_response.WebPageResponse Module Contents --------------- .. py:class:: WebPageResponse(client, content=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A scraped web page response :param client: An authenticated API Client instance :type client: ApiClient :param content: The content of the web page. :type content: str .. py:attribute:: content :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict