narou
    Preparing search index...

    Interface RankingHistoryParams

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

    interface RankingHistoryParams {
        gzip?: GzipLevel;
        ncode: string;
        out?: "json" | "jsonp";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    gzip?: GzipLevel

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

    ncode: string
    out?: "json" | "jsonp"

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