v1.30.0
[English]
GET - /v1/users/<username>/graphs/<graphID>
API has supported 2 new options.
lessThan
,greaterThan
- This option is used to draw only pixels that are less than or greater than the value specified by this parameter.
- These two params cannot be specified at the same time.
- In the future, we are considering making it possible to specify also
GET - /v1/users/<username>/graphs/<graphID>.html
API, but this is not supported at this time.
For more details. please see Pixela API docs.
[Japanese]
GET - /v1/users/<username>/graphs/<graphID>
APIが、新たに2つのオプションをサポートしました。
lessThan
とgreaterThan
- このパラメータで指定した値以下、もしくは値以上の Pixel のみを描画するためのオプションです。
- これら2つのパラメータは同時に指定することはできません。
- 将来的には、これらのパラメータを
GET - /v1/users/<username>/graphs/<graphID>.html
でも利用可能にすることを検討していますが、現時点では対応していません。
詳細はAPIドキュメントを参照してください。