예제 #1
0
 public SandboxesClient(AppsEndpoint endpoint, VtexCredentials credentials, ProductInfoHeaderValue userAgent)
     : this(new HttpCachedGalleryConnector(endpoint.GetUri(), credentials, userAgent))
 {
 }
예제 #2
0
 public WorkspaceAppsClient(AppsEndpoint endpoint, VtexCredentials credentials, ProductInfoHeaderValue userAgent,
     bool acceptSnapshot = true)
     : this(new HttpCachedGalleryConnector(endpoint.GetUri(), credentials, userAgent), acceptSnapshot)
 {
 }