2 references to Catalog
MyFrontend (2)
Services\CatalogServiceClient.cs (2)
7
public Task<
Catalog
?> GetItemsAsync(int? before = null, int? after = null)
18
return client.GetFromJsonAsync<
Catalog
>($"api/v1/catalog/items/type/all/brand{query}");