You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preg_replace('/:user_id/', $user->getUserId(), $_REQUEST['url']), // TODO match other API parameters?
$request = $sky->getAuthenticatedRequest(
$_REQUEST['method'] ?: 'GET',
preg_replace('/:user_id/', $user->getUserId(), $_REQUEST['url']), // TODO match other API parameters?$sky->getAccessToken(),
$_REQUEST['options'] ?: []
);
The text was updated successfully, but these errors were encountered:
assignments-vewer/public/sky-api.php
Line 25 in 4b11794
The text was updated successfully, but these errors were encountered: