Feeds() public static method

Returns the Uri that returns the feeds available to the authenticating user.
public static Feeds ( ) : Uri
return System.Uri
Example #1
0
 public Task <Feed> GetFeeds()
 {
     return(ApiConnection.Get <Feed>(ApiUrls.Feeds()));
 }