ApiKeyApi - axios parameter creator export

  • Parameters

    Returns {
        apiKeyDelete: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
        apiKeyGet: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
    }

    • apiKeyDelete: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)

      summary Deletes the current API key for the current user.

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optionaloptions: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • apiKeyGet: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)

      The user's account must have Jammber.RainCloud.ApiKey.Create. permissions summary Retrieves the user's current API Keys if they already exist, otherwise a new ClientID and ClientSecret will be generated for the user's account.

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optionaloptions: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>