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

Commit

Permalink
Added a Url property to Gfy to get the Gfy's share page
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Apr 7, 2017
1 parent 826380d commit 6c1fcef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Gfycat.Net/Gfy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ internal static Gfy Create(GfycatClient client, Model model)
return returnedGfy;
}

/// <summary>
/// Gets the share page URL for this Gfy
/// </summary>
public string Url => $"https://gfycat.com/{Name}";

public long Number { get; private set; }
/// <summary>
/// Gets the webm url for this gfy
Expand Down

0 comments on commit 6c1fcef

Please sign in to comment.