Esempio n. 1
0
 public static Articles ListAll(string accessToken, string clientSecret)
 {
     return(ApiHelpers.TryWrap(() => CommunicationHelper.GetAllArticles(accessToken, clientSecret),
                               "Unable to get all articles"));
 }