Class UrlSignatureService

Hierarchy

  • UrlSignatureService

Constructors

Properties

Methods

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Create URL signatures User-uploaded content hosted on our CDN will no longer be accessible directly after June 30th, 2024. To access the content, you will need to generate a valid signature via the /url-signatures endpoint, which is valid for 5 minutes, and download the content to store the data. Each asset comes with a daily request limit of one, so make sure to save the assets accordingly.

    Throws

    ApiError

    Parameters

    • options: {
          requestBody: {
              urls: string[];
          };
      }
      • requestBody: {
            urls: string[];
        }
        • urls: string[]

          An array of guilded CDN based URLs to get a signature on. Each URL is valid for 5 minutes and limited to one request per day

    Returns CancelablePromise<{
        urlSignatures: UrlSignaturePayload[];
    }>

    any Success

Generated using TypeDoc