Skip to content

v1.29.0

Latest
Compare
Choose a tag to compare
@a-know a-know released this 18 Apr 11:58
5e3582d

[English]
New API endpoint have been added!

  • GET /v1/users/<username>/graphs/<graphID>/latest
    • This API can be used to retrieve the latest pixel from among the pixels registered in the graph specified by <graphID> .
    • Pixel with date that is later than the date of this API request will not be retrieved by this API.

[Japanese]
新しい API エンドポイントを追加しました。

  • GET /v1/users/<username>/graphs/<graphID>/latest
    • この API を使うことで、 <graphID> で指定したグラフに登録されている Pixel のうち、最新の Pixel を取得できます。
    • このAPIをリクエストした日よりも未来の日付の Pixel はこのAPIでは取得できません。