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
@@ -149,13 +150,13 @@ Requires an API key as a parameter for the `token` parameter.
149
150
* @param {string} [params.userIp] - The user's IP to determine the closest CDN. Optional.
150
151
* @param {string} [params.redirect] - If you want to redirect the user to the CDN link. This is useful for creating permalinks so that you can just make this request URL the link.
151
152
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
@@ -283,13 +289,13 @@ Requires an API key using the Authorization Bearer Header.
283
289
* @param {string} [params.hash] - The list of usenet hashes you want to check. Comma seperated. To find the hash, md5 the link of the usenet link or file.
284
290
* @param {string} [params.format] - Format you want the data in. Acceptable is either "object" or "list". List is the most performant option as it doesn't require modification of the list.
285
291
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
0 commit comments