module Postmark
The Client is responsible for making requests to the remote API. It doesn’t know about the format of the results, only that it is JSON and passes the parsed result to the Report, which will handle the rest.
The Client is responsible for making requests to the remote API. It doesn’t know about the format of the results, only that it is JSON and passes the parsed result to the Report, which will handle the rest.