Classes

The following classes are available globally.

  • The class helps you to access KKBOX’s Open API in Swift programming language.

    Please create an instance of the class by calling KKBOXOpenAPI.init(clientID:, secret:, scope:) and then fetch an access token by passing a client credential. Then you can do the other API calls.

    See more

    Declaration

    Swift

    public class KKBOXOpenAPI