We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be59552 commit ae67411Copy full SHA for ae67411
index.js
@@ -112,6 +112,7 @@ class Replicate {
112
* @param {object} [parameters.params] - Query parameters
113
* @param {object} [parameters.data] - Body parameters
114
* @returns {Promise<object>} - Resolves with the API response data
115
+ * @throws {Error} If the request failed
116
*/
117
async request(route, parameters) {
118
const { auth, baseUrl, userAgent } = this;
0 commit comments