상속: IUsersApi
예제 #1
0
 public PinterestClient(IHttpClient httpClient)
 {
     Api = new PinterestApi(httpClient);
 }
예제 #2
0
 public PinterestClient(string accessToken, string apiVersion = "v1")
 {
     Api = new PinterestApi(accessToken, apiVersion);
 }