screenshotone-api-sdk
Advanced tools
@@ -378,2 +378,7 @@ import APIError from "./errors"; | ||
/** | ||
* Leave empty for Amazon S3, specify only when needed. Any S3-compatible storage is supported, | ||
* e.g. "https://<accountId>.r2.cloudflarestorage.com" for Cloudlfare R2 storage. | ||
*/ | ||
storageEndpoint(endpoint: string): TakeOptions; | ||
/** | ||
* Storage class allows you to specify the object storage class. | ||
@@ -380,0 +385,0 @@ */ |
@@ -681,2 +681,10 @@ "use strict"; | ||
/** | ||
* Leave empty for Amazon S3, specify only when needed. Any S3-compatible storage is supported, | ||
* e.g. "https://<accountId>.r2.cloudflarestorage.com" for Cloudlfare R2 storage. | ||
*/ | ||
storageEndpoint(endpoint) { | ||
this.put("storage_endpoint", endpoint); | ||
return this; | ||
} | ||
/** | ||
* Storage class allows you to specify the object storage class. | ||
@@ -683,0 +691,0 @@ */ |
{ | ||
"name": "screenshotone-api-sdk", | ||
"homepage": "https://screenshotone.com", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "Use ScreenshotOne.com API to generate screenshots of any website.", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -876,2 +876,12 @@ import Big from "big.js"; | ||
/** | ||
* Leave empty for Amazon S3, specify only when needed. Any S3-compatible storage is supported, | ||
* e.g. "https://<accountId>.r2.cloudflarestorage.com" for Cloudlfare R2 storage. | ||
*/ | ||
storageEndpoint(endpoint: string): TakeOptions { | ||
this.put("storage_endpoint", endpoint); | ||
return this; | ||
} | ||
/** | ||
* Storage class allows you to specify the object storage class. | ||
@@ -878,0 +888,0 @@ */ |
140626
0.64%3937
0.54%