All URIs are relative to https://api.subspace.com
| Method | HTTP request | Description |
|---|---|---|
| webRtcCdnServiceGetWebRtcCdn | POST /v1/webrtc-cdn |
V1WebRtcCdnResponse webRtcCdnServiceGetWebRtcCdn()
import SubspaceProductApi from 'subspace_product_api';
let defaultClient = SubspaceProductApi.ApiClient.instance;
// Configure OAuth2 access token for authorization: accessCode
let accessCode = defaultClient.authentications['accessCode'];
accessCode.accessToken = 'YOUR ACCESS TOKEN';
let apiInstance = new SubspaceProductApi.WebRtcCdnServiceApi();
apiInstance.webRtcCdnServiceGetWebRtcCdn((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json