Skip to content

v1.27.0

Compare
Choose a tag to compare
@a-know a-know released this 31 Aug 06:59
5e3582d

🎉

[in English]
Extended the fields that can be retrieved with the /stats API.
The following three types of fields have been extended this time:

  • maxDate
    • The date when the maxQuantity returned by the /stats API was actually recorded is set to this field.
    • Its format is yyyy-MM-dd.
    • If there is more than one applicable date, it is undefined which of them will be set.
  • minDate
    • The date when the minQuantity returned by the /stats API was actually recorded is set to this field.
    • Its format is yyyy-MM-dd.
    • If there is more than one applicable date, it is undefined which of them will be set.
  • yesterdayQuantity
    • The value recorded in the graph on the day before the day of the /stats API request is set to this field.

[in Japanese]
/stats API で取得できる項目を拡張しました。
今回拡張した項目は、以下の3種類です。

  • maxDate
    • /stats API が返却する maxQuantity が実際に記録された日付がセットされます。
    • その形式は yyyy-MM-dd です。
    • 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
  • minDate
    • /stats API が返却する minQuantity が実際に記録された日付がセットされます。
    • その形式は yyyy-MM-dd です。
    • 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
  • yesterdayQuantity
    • /stats API をリクエストしている日の前日の、そのグラフに記録されている値がセットされます。