MCPcopy
hub / github.com/ionic-team/capacitor / get

Method get

core/src/core-plugins.ts:455–457  ·  view source on GitHub ↗

* Perform an Http GET request given a set of options * @param options Options to build the HTTP request

(options: HttpOptions)

Source from the content-addressed store, hash-verified

453 * @param options Options to build the HTTP request
454 */
455 async get(options: HttpOptions): Promise<HttpResponse> {
456 return this.request({ ...options, method: 'GET' });
457 }
458
459 /**
460 * Perform an Http POST request given a set of options

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected