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

Method post

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

* このセッションを用いてPOSTリクエストを発行する。 * @param url リクエスト先のURL * @param data リクエストボディに含めるデータ。 * @param options

(url: string, data?: any, options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

17 * @param options
18 */
19 post(url: string, data?: any, options?: AxiosRequestConfig): Promise<SessionResponseInterface>;
20 /**
21 * トランザクションを実行する。
22 * コールバック中に保存されたセッションはトランザクションが成功して終了するまで保存されない。

Callers 3

loginMethod · 0.65
postMethod · 0.65
session.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected