UNPKG

@spotify/web-api-ts-sdk

Version:
9 lines (7 loc) 250 B
import type { Markets } from '../types.js'; import EndpointsBase from './EndpointsBase.js'; export default class MarketsEndpoints extends EndpointsBase { public getAvailableMarkets() { return this.getRequest<Markets>('markets'); } }