Package-level declarations

Types

Link copied to clipboard
class APIGenerator(v1Endpoints: Set<APIv1Endpoint> = EnumSet.allOf(APIv1Endpoint::class.java), v2Endpoints: Set<APIv2Endpoint> = EnumSet.allOf(APIv2Endpoint::class.java), v2SchemaVersion: SchemaVersion = SchemaVersion.V2_SCHEMA_CLASSIC, includeMumbleLink: Boolean = true)

The main entry-point of the api-generator library.

Link copied to clipboard
object TestData

Provides access to data that may be used for testing.