public PinterestClient(IHttpClient httpClient) { Api = new PinterestApi(httpClient); }
public PinterestClient(string accessToken, string apiVersion = "v1") { Api = new PinterestApi(accessToken, apiVersion); }