Inheritance: IUsersApi
Exemplo n.º 1
0
 public PinterestClient(IHttpClient httpClient)
 {
     Api = new PinterestApi(httpClient);
 }
Exemplo n.º 2
0
 public PinterestClient(string accessToken, string apiVersion = "v1")
 {
     Api = new PinterestApi(accessToken, apiVersion);
 }