Classes
The following classes are available globally.
-
KurozoraKit
is a root object that serves as a provider for single API endpoint. It is used to send and get data from Kurozora.For more flexibility when using
KurozoraKit
you can provide your own endpoint using KurozoraAPI. You can also provide your own KKServices. This enables you to provide extra functionality such as storing sensetive information inKeychain
. For further control over the information saved inKeychain
, you can provide your ownKeychain
object with your specified properties.- Tag: KurozoraKit
Declaration
Swift
public class KurozoraKit
-
KKServices
is the object that serves as a provider for KurozoraKit services.KKServices
is used together with KurozoraKit to provide extra functionality such as storing sensetive information inKeychain
and showing success/error alerts. For further control over the information saved inKeychain
, you can provide your ownKeychain
object with your specified properties.- Tag: KKServices
Declaration
Swift
public class KKServices
-
A root object that stores information about an episode resource.
See moreDeclaration
Swift
public class Episode : IdentityResource, Hashable
-
A root object that stores information about a feed message resource.
See moreDeclaration
Swift
public class FeedMessage : IdentityResource, Hashable
-
A root object that stores information about a game resource.
See moreDeclaration
Swift
public class Game : IdentityResource, Hashable
-
A root object that stores information about a literature resource.
See moreDeclaration
Swift
public class Literature : IdentityResource, Hashable
-
An immutable object that stores information about a single failed request, such as the error message.
See moreDeclaration
Swift
public class KKAPIError : APIError
-
A root object that stores information about a recap item resource.
See moreDeclaration
Swift
public class RecapItem : IdentityResource, Hashable
-
A root object that stores information about a recap resource.
See moreDeclaration
Swift
public class Recap : IdentityResource, Hashable
-
A root object that stores information about a review resource.
See moreDeclaration
Swift
public class Review : IdentityResource, Hashable
-
A root object that stores information about a season resource.
See moreDeclaration
Swift
public class Season : IdentityResource, Hashable
-
A root object that stores information about a show song resource.
See moreDeclaration
Swift
public class ShowSong : IdentityResource, Hashable
-
A root object that stores information about a show resource.
See moreDeclaration
Swift
public class Show : IdentityResource, Hashable
-
A root object that stores information about a song resource.
See moreDeclaration
Swift
public class Song : IdentityResource, Hashable
-
A root object that stores information about a user notification resource.
See moreDeclaration
Swift
public class UserNotification : IdentityResource, Hashable