Releases: a-know/Pixela
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ドキュメントを参照してください。
v1.29.0
[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.
- This API can be used to retrieve the latest pixel from among the pixels registered in the graph specified by
[Japanese]
新しい API エンドポイントを追加しました。
GET /v1/users/<username>/graphs/<graphID>/latest
- この API を使うことで、
<graphID>
で指定したグラフに登録されている Pixel のうち、最新の Pixel を取得できます。 - このAPIをリクエストした日よりも未来の日付の Pixel はこのAPIでは取得できません。
- この API を使うことで、
v1.28.0
[English]
New API endpoint have been added!
POST /v1/users/<username>/graphs/<graphID>/pixels
- This API allows you to register multiple
Pixels
with a single request. - This API is only available for Pixela Supporter.
- For more details, please see: POST /v1/users/<username>/graphs/<graphID>/pixels
- This API allows you to register multiple
[Japanese]
新しい API エンドポイントを追加しました。
POST /v1/users/<username>/graphs/<graphID>/pixels
- この API を使うことで、一度のリクエストで複数の
Pixel
を登録することができます。 - この API は Pixela Supporter のみ利用可能です。
- API の詳細に関しては POST /v1/users/<username>/graphs/<graphID>/pixels を参照してください。
- この API を使うことで、一度のリクエストで複数の
v1.27.1
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 をリクエストしている日の前日の、そのグラフに記録されている値がセットされます。
v1.26.1
[in English]
New webhook type added.
For more information on the details of this release, please see here.
[in Japanese]
新たな Webhook type を追加しました。
その詳細な内容については、こちらをご確認ください。
v1.26.0
[in English]
We've added new 2 APIs! 🎉
For more information on the details of this release, please see here.
[in Japanese]
2つの新たな API を追加しました! 🎉
その詳細な内容については、こちらをご確認ください。
v1.25.1
[in English]
Some changes have been made to the specifications additions made in v1.25.0.
For details of the changes, please check here.
[in Japanese]
v1.25.0 で追加した仕様について、一部変更を行いました。
変更内容については、こちらをご確認ください。
v1.25.0
[in English]
For some APIs, requests for those APIs are rejected 25% of the time.
For more information on this specification, please check here.
[in Japanese]
一部のAPIにおいて、25%の割合でそのAPIに対するリクエストがリジェクトされるようにしました。
この仕様の追加については、こちらをご確認ください。
v1.24.0
[in English]
A new feature, “Weekly streak” has been released.
For more information on this feature, please check here.
[in Japanese]
新機能、Weekly streak をリリースしました。
この機能の詳細については、こちらをご確認ください。