We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Return list of spotlights
const { auth } = require('osu-api-extended');
await auth.login(client_id, client_secret);
await v2.site.spotlights.list()
export interface response { end_date: string; id: number; mode_specific: boolean; name: string; start_date: string; type: string; }