Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

More undocumented stuff

Compare
Choose a tag to compare
@ObsidianMinor ObsidianMinor released this 11 Apr 20:55
· 77 commits to master since this release

Added properties to view whether the current user had liked, disliked, or bookmarked a gfy.

  • Gfy.LikedByCurrentUser
  • Gfy.DislikedByCurrentUser
  • Gfy.BookmarkedByCurrentUser
  • Gfy.UserTags

Added methods to like or dislike gfys as the current user

  • Gfy.ModifyLikedSettingAsync(bool likeSetting)
  • Gfy.ModifyDislikedSettingAsync(bool dislikeSetting)

Added magic to detect gfy names and used it to detect gfy names in urls.

  • GfycatClient.IsValidGfyName(string name)
  • GfycatClient.IsValidGfyUrl(string url, out string name)