Interface ParamsBase

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

interface ParamsBase {
    gzip?: GzipLevel;
    out?: "json" | "jsonp";
}

Hierarchy (view full)

Properties

Properties

gzip?: GzipLevel

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

out?: "json" | "jsonp"

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

Generated using TypeDoc