Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.21 KB

File metadata and controls

52 lines (32 loc) · 1.21 KB

SubspaceProductApi.WebRtcCdnServiceApi

All URIs are relative to https://api.subspace.com

Method HTTP request Description
webRtcCdnServiceGetWebRtcCdn POST /v1/webrtc-cdn

webRtcCdnServiceGetWebRtcCdn

V1WebRtcCdnResponse webRtcCdnServiceGetWebRtcCdn()

Example

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);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

V1WebRtcCdnResponse

Authorization

accessCode

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json