Skip to content

Commit

Permalink
Updated to v2 of catalog upload API
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline committed Oct 18, 2024
1 parent d7ec205 commit eaff520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

internal sealed class HttpCatalogService : ICatalogService, IDisposable
{
private const string RegistrationPath = "api/key-catalog/v1-0/catalog/register";
private const string RegistrationPath = "api/key-catalog/v2-0/catalogs/register";
private const string VersionUploadPathEnd = "/register/version";
private const string VersionUploadPathStart = "https://api.dataminer.services/api/key-catalog/v1-0/catalog/";
private const string VersionUploadPathStart = "api/key-catalog/v2-0/catalogs/";
private const string VolatileUploadPath = "api/key-artifact-upload/v1-0/private/artifact";
private readonly HttpClient _httpClient;
private readonly ILogger _logger;
Expand Down

0 comments on commit eaff520

Please sign in to comment.