Service

public struct Service<Adapter: HTTPAdapter>

A struct which wraps interaction with a remote API. It delegates all the HTTP requests to the underlying adapter.