KurozoraAPI
public enum KurozoraAPI
The set of possible API endpoints for the Kurozora API.
v1
: The endpoint for the Kurozora API version 1.custom
: A custom URL for the Kurozora API.Tag: KurozoraAPI
-
The endpoint for the Kurozora API version 1.
Declaration
Swift
case v1
-
A custom URL for the Kurozora API.
Declaration
Swift
case custom(_: String, _: [Plugin]? = nil)
-
The base URL for the API.
Declaration
Swift
var baseURL: String { get }