MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / get

Method get

src/session.ts:12–12  ·  view source on GitHub ↗

* このセッションを用いてGETリクエストを発行する。 * @param url リクエスト先のURL * @param options

(url: string, options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10 * @param options
11 */
12 get(url: string, options?: AxiosRequestConfig): Promise<SessionResponseInterface>;
13 /**
14 * このセッションを用いてPOSTリクエストを発行する。
15 * @param url リクエスト先のURL

Callers 2

getMethod · 0.65
postMethod · 0.65

Implementers 2

Sessionsrc/session.ts
TestSessiontests/utils/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected