- Switched
go.mod
to use Go 1.19 (#511) - Added
AdminOrg
methodsCreateCatalogFromSubscriptionAsync
andCreateCatalogFromSubscription
to create a subscribed catalog [GH-511] - Added method
AdminCatalog.FullSubscriptionUrl
to return the subscription URL of a published catalog [GH-511] - Added method
AdminCatalog.WaitForTasks
to wait for catalog tasks to complete [GH-511] - Added method
AdminCatalog.UpdateSubscriptionParams
to modify the terms of an existing subscription [GH-511] - Added methods
Catalog.QueryTaskList
andAdminCatalog.QueryTaskList
to retrieve the tasks associated with a catalog [GH-511] - Added function
IsValidUrl
to determine if a URL is valid [GH-511] - Added
AdminCatalog
methodsSync
andLaunchSync
to synchronise a subscribed catalog [GH-511] - Added method
AdminCatalog.GetCatalogHref
to retrieve the HREF of a regular catalog [GH-511] - Added
AdminCatalog
methodsQueryCatalogItemList
,QueryVappTemplateList
, andQueryMediaList
to retrieve lists of dependent items [GH-511] - Added
AdminCatalog
methodsLaunchSynchronisationVappTemplates
,LaunchSynchronisationAllVappTemplates
,LaunchSynchronisationMediaItems
, andLaunchSynchronisationAllMediaItems
to start synchronisation of dependent items [GH-511] - Added
AdminCatalog
methodsGetCatalogItemByHref
andQueryCatalogItem
to retrieve a single Catalog Item [GH-511] - Added method
CatalogItem.LaunchSync
to start synchronisation of a catalog item [GH-511] - Added method
CatalogItem.Refresh
to get fresh contents for a catalog item [GH-511] - Added function
WaitResource
to wait for tasks associated to a gioven resource [GH-511] - Added function
MinimalShowTask
to display task progress with minimal info [GH-511] - Added functions
ResourceInProgress
andResourceComplete
to check on task activity for a given entity [GH-511] - Added functions
SkimTasksList
,SkimTasksListMonitor
,WaitTaskListCompletion
,WaitTaskListCompletionMonitor
to process lists of tasks and lists of task IDs [GH-511] - Added
Client
methodsGetTaskByHREF
andGetTaskById
to retrieve individual tasks [GH-511] - Implemented
QueryItem
forTask
andAdminTask
(GetHref
,GetName
,GetType
,GetParentId
,GetParentName
,GetMetadataValue
,GetDate
) [GH-511]