Client Classes

  • The client for the User API. Call routes using the namespaces inside this object (inherited from parent).

    See more

    Declaration

    Swift

    public class DropboxClient : DropboxBase
  • The client for the Business API. Call routes using the namespaces inside this object (inherited from parent).

    See more

    Declaration

    Swift

    public class DropboxTeamClient : DropboxTeamBase
  • This is a convenience class for the typical single user case. To use this class, see details in the tutorial at: https://www.dropbox.com/developers/documentation/swift#tutorial

    For information on the available API methods, see the documentation for DropboxClient

    See more

    Declaration

    Swift

    public class DropboxClientsManager