-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
deferredWe'll do this laterWe'll do this laterfeatureNew feature or requestNew feature or requesthacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
First, add support for liked/hated lists:
- Add liked interest (InterestAdd/51) via
AddLikedInterestAsync(string interest) - Remove liked interest (InterestRemove/52) via
RemoveLikedInterestAsync(string interest) - Add hated interest (HatedInterestAdd/117) via
AddHatedInterestAsync(string interest) - Remove hated interest (HatedInterestRemove/118) via
RemoveHatedInterestAsync(string interest)
Add the ability to retrieve user interests:
- Get user interests (GetUserInterests/57) via
GetUserInterestsAsync(string username)
There doesn't seem to be a way to retrieve your own interests; consider whether adding GetInterestsAsync() should return a fetch using the currently logged in username.
Add the ability to fetch recommendations:
- Get recommendations (GetRecommendations/54) via
GetRecommendationsAsync() - Get global recommendations (GetGlobalRecommendations/56) via
GetGlobalRecommendationsAsync() - Get item recommendations (GetItemRecommendations/111) via
GetItemRecommendationsAsync(string item)
Add the ability to fetch similar users:
- Get similar users (GetSimilarUsers/110) via
GetSimilarUsersAsync() - Get item similar users (GetItemSimilarUsers/112) via
GetItemSimilarUsersAsync(string item)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
deferredWe'll do this laterWe'll do this laterfeatureNew feature or requestNew feature or requesthacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Icebox