v1.27.0
🎉
[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.
- The date when the
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.
- The date when the
yesterdayQuantity
- The value recorded in the graph on the day before the day of the
/stats
API request is set to this field.
- The value recorded in the graph on the day before the day of the
[in Japanese]
/stats
API で取得できる項目を拡張しました。
今回拡張した項目は、以下の3種類です。
maxDate
/stats
API が返却するmaxQuantity
が実際に記録された日付がセットされます。- その形式は
yyyy-MM-dd
です。 - 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
minDate
/stats
API が返却するminQuantity
が実際に記録された日付がセットされます。- その形式は
yyyy-MM-dd
です。 - 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
yesterdayQuantity
/stats
API をリクエストしている日の前日の、そのグラフに記録されている値がセットされます。