24 from rapp_utilities
import RappUtilities
25 from rapp_exceptions
import RappError
26 from rapp_http_request_handler
import RappHttpRequestHandler
27 from rapp_http_json_parser
import RappHttpJSONParser
34 __metaclass__ = abc.ABCMeta
54 RappUtilities.rapp_print(
'Abstract error',
'ERROR')
_http_request
Perform http requests to servers.
Base class for news engines.
def fetch_news
Abstract method to fetch news from news engine.
_url
The base news engine url.
rapp_http_json_parser
Strips html tags from strings.
_accepted_status
The value of valid response status code.