DBAppBaseClient

Objective-C

@interface DBAppBaseClient : NSObject {
  id<DBTransportClient> _transportClient;
}

Swift

class DBAppBaseClient : NSObject

Base client object that contains an instance field for each namespace, each of which contains references to all routes within that namespace. Fully-implemented API clients will inherit this class.