Пример #1
0
 public PinterestClient(IHttpClient httpClient)
 {
     Api = new PinterestApi(httpClient);
 }
Пример #2
0
 public PinterestClient(string accessToken, string apiVersion = "v1")
 {
     Api = new PinterestApi(accessToken, apiVersion);
 }