QPServiceAPI

class QPServiceAPI

This class is responsible for connecting to the QuandoPasso API to retrieve vsign data, parse them from JSON into our models and for sending metrics. It implements a singleton pattern using the shared static property. Actual network calls and low level details are delegated to the Alamofire HTTP library.