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
Copy file name to clipboardExpand all lines: src/static/helpers/customApi.ts
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,6 @@ export type CustomApiParameters = {
57
57
* @param args.clientConfig.fetchOptions? - fetchOptions that are passed onto the fetch request
58
58
* @param args.clientConfig.throwOnBadResponse? - flag that when set true will throw a response error if the fetch request fails (returns with a status code outside the range of 200-299 or 304 redirect)
59
59
* @param args.rawResponse? - Flag to return the raw response from the fetch call. True for raw response object, false for the data from the response
60
-
* @param args.options.method
61
-
* @param args.options.parameters
62
-
* @param args.options.customApiPathParameters
63
-
* @param args.options.headers
64
-
* @param args.options.body
65
-
* @param args.options.retrySettings
66
-
* @param args.options.fetchOptions
67
-
* @param args.options.enableTransformBody
68
-
* @param args.rawResponse
69
60
* @returns Raw response or data from response based on rawResponse argument from fetch call
0 commit comments