atcoder-problems-api

library for API provided by AtCoder Problems

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/437862/1004589/atcoder-problems-api.js

Author
keymoon
Version
0.0.1.20211231181243
Created
2021-12-31
Updated
2021-12-31
License
N/A

AtCoder Problems にてサポートされている API を外部から利用するためのライブラリです。atcoder-tasks-page-colorizer のために開発されたもので、積極的な仕様変更への追従は保証しません。もちろん、contribution は歓迎です。

機能

  • 2022 年 1 月 1 日現在に公式の API ページで紹介されているものの実装
    • Submissions API で取得した情報の Indexed DB へのキャッシュを含む

注意

getSubmissions はローカルに情報をキャッシュ(保存)しているため、提出毎に数百バイトの記憶領域を使用します。そのため、数千ユーザー単位の情報を取得するような使い方をした場合は数 GB の容量を使用してしまうことも考えられます。なので、順位表に表示されたユーザー全員について getSubmissions を叩くといった使用方法は推奨しません。

配布形態

Greasy Fork でバンドル後の JavaScript ソースを、GitHub にてバンドル前の TypeScript ソースを公開しています。