MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / setQueryParam

Method setQueryParam

sdks/typescript/src/v1/generated/http/http.ts:107–109  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

105 }
106
107 public setQueryParam(name: string, value: string) {
108 this.url.searchParams.set(name, value);
109 }
110
111 public appendQueryParam(name: string, value: string) {
112 this.url.searchParams.append(name, value);

Callers 9

listWebhookDeliveriesMethod · 0.80
deleteAgentMethod · 0.80
getAttachmentMethod · 0.80
listMessagesMethod · 0.80
deleteAccountMethod · 0.80
listSuppressionsMethod · 0.80
listEventsMethod · 0.80
deleteDomainMethod · 0.80
listConversationsMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected