Add GetRosinenStoreMemberReportAsync method and update Program menu
This commit is contained in:
@@ -94,7 +94,7 @@ namespace FsToolbox.Cli.Tasks
|
||||
{
|
||||
await AuthHelper.EnsureAuthenticationAsync(httpClient);
|
||||
|
||||
var uri = string.Format(Endpoints.StoreInformation, storeId);
|
||||
var uri = string.Format(Endpoints.StoreDetails, storeId);
|
||||
var response = await httpClient.GetAsync(uri);
|
||||
var responseBody = await response.Content.ReadAsStringAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user