History
Represents daily usage history of a hashtag.
Example
{
"day": "1574553600",
"uses": "200",
"accounts": "31"
}
Required attributes
day
Description: UNIX timestamp on midnight of the given day.
Type: String (UNIX timestamp)
実装履歴: Added in 2.4.1
uses
Description: the counted usage of the tag within that day.
Type: String (cast from an integer)
実装履歴: Added in 2.4.1
accounts
Description: the total of accounts using the tag within that day.
Type: String (cast from an integer)
実装履歴: Added in 2.4.1
See also
Tag app/models/tag.rb L101-115 – history days[]
最終更新 May 17, 2020 · このページを改善する
他の言語:
English