narou
    Preparing search index...

    Interface RankingParams

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    gzip?: GzipLevel

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

    out?: "json" | "jsonp"

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

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