Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 300 Bytes

File metadata and controls

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

const client = Client.init(options);

let channels = await client.api('/teams/6a720ba5-7373-463b-bc9f-4cd04b5c6742/channels')
	.filter('membershipType eq \'shared\'')
	.get();