This endpoint may be used to get information of favorites and modify them.
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of this Favorite |
user | User | The creator of this Favorite |
feedEntry | FeedEntry | The FeedEntry that was favorited |
time | string | The timestamp of when this FeedEntry was created |
Creates a new Favorite from the current user to a specific FeedEntry.
Requires authorization
Property | Type | Description |
---|---|---|
post | integer | The ID of the target FeedEntry |
Returns a single Favorite object.
Deletes a Favorite from the current user to a specific FeedEntry.
Requires authorization
Property | Type | Description |
---|---|---|
post | integer | The ID of the target FeedEntry |
Gets all created favorites for a specific.
Property | Type | Description |
---|---|---|
user | integer | The ID of the user to look for |
max | integer | The maximum ID for favorites to look for |
Returns multiple Favorite objects.