Package controllers

Types

Link copied to clipboard
class ArtistAPI(serializerType: Serializer)

A class representing an Artist API that allows for managing artists using a provided serializer.

Link copied to clipboard
class SongAPI(serializerType: Serializer)

A class representing a Song API that allows for managing songs using a provided serializer.