Interface RankingParams

すべてのAPIで共通のクエリパラメータ

interface RankingParams {
    gzip?: GzipLevel;
    out?: "json" | "jsonp";
    rtype: `${string}-q` | `${string}-d` | `${string}-m` | `${string}-w`;
}

Hierarchy (view full)

Properties

Properties

gzip?: GzipLevel

gzip圧縮してgzipファイルとして返します。 gzip圧縮レベルを1~5で指定できます。 転送量上限を減らすためにも推奨

out?: "json" | "jsonp"

出力形式を指定 本ライブラリはJSONとJSONPのみ対応

rtype: `${string}-q` | `${string}-d` | `${string}-m` | `${string}-w`

Generated using TypeDoc