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

Cases

  • v1

    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)

Properties