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 efd382f commit 90f6aefCopy full SHA for 90f6aef
src/helpers/getJsonResponse.ts
@@ -23,7 +23,7 @@ import { TerminalApiResponse } from "../typings/terminal/models";
23
24
/**
25
* Sends a JSON request to the given resource and returns a string or a deserialized `TerminalApiResponse`.
26
- * Used by Terminal API /sync method
+ * Used by Terminal API /async method
27
*
28
* @template T The request type (usually a model or plain object).
29
* @param {Resource} resource - The API resource to which the request is sent.
0 commit comments