summaryrefslogtreecommitdiff
path: root/lib/sounds-auth.php
blob: 9a333bf1eddfaa4f3e95af4118069e7d1e2c1499 (plain)
1
2
3
4
5
6
7
<?php

require_once __DIR__ . '/rms.php';

function sounds_getLiveBearerToken(string $service) {
    return rms_fetch(RMS_SOUNDS_TOKEN_BASE . "/$service")->token;
}