您好我想與Artifactory的JFROG API來創建庫,但我得到了與APIJFROG版本庫的創建與阿比
406錯誤代碼,我可以運行在與選定的應用/ JSON的MIME類型郵遞員JSON請求
但我無法運行我的C#代碼。我應該如何在我的.net代碼中使用jfrog artifactory api?
{ 「鍵」: 「ArtifactRepoGroup3」, 「rclass」: 「虛擬」, 「packageType」: 「的NuGet」, 「描述」: 「這回購通過創建」}
使用(HttpClient的客戶端= new HttpClient()) client.BaseAddress = new Uri(BaseAddress); client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue(「application/json」));
............
HttpResponseMessage響應= client.PutAsJsonAsync(puturi, 值)。結果; }