Clients
-
Dropbox User API Client for all endpoints with auth type “user”.
This is the SDK user’s primary interface with the Dropbox API. Routes can be accessed via each “namespace” object in the instance fields of its parent,
See moreDBUserBaseClient
. To see a full list of the User API endpoints available, please visit: https://www.dropbox.com/developers/documentation/http/documentation.Declaration
Objective-C
@interface DBUserClient : DBUserBaseClient
Swift
class DBUserClient : DBUserBaseClient
-
Dropbox Business (Team) API Client for all endpoints with auth type “team”.
This is the SDK user’s primary interface with the Dropbox Business (Team) API. Routes can be accessed via each “namespace” object in the instance fields of its parent,
See moreDBUserBaseClient
. To see a full list of the Business (Team) API endpoints available, please visit: https://www.dropbox.com/developers/documentation/http/teams.Declaration
Objective-C
@interface DBTeamClient : DBTeamBaseClient
Swift
class DBTeamClient : DBTeamBaseClient
-
Dropbox API Client for all endpoints with auth type “app”.
This is the SDK user’s primary interface with the Dropbox API. Routes can be accessed via each “namespace” object in the instance fields of its parent,
See moreDBAppBaseClient
. To see a full list of the API endpoints available, please visit: https://www.dropbox.com/developers/documentation/http/documentation.Declaration
Objective-C
@interface DBAppClient : DBAppBaseClient
Swift
class DBAppClient : DBAppBaseClient
-
Dropbox Clients Manager.
This is a convenience class for typical integration cases.
To use this class, see details in the tutorial at: https://github.com/dropbox/dropbox-sdk-obj-c/blob/master/README.md.
See moreDeclaration
Objective-C
@interface DBClientsManager : NSObject
Swift
class DBClientsManager : NSObject