Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 308 Bytes

File metadata and controls

17 lines (12 loc) · 308 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let containers = await client.api('/storage/fileStorage/containers')
	.filter('containerTypeId eq e2756c4d-fa33-4452-9c36-2325686e1082')
	.get();