Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 319 Bytes

File metadata and controls

18 lines (13 loc) · 319 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let channels = await client.api('/teams/64c323f2-226a-4e64-8ba4-3e6e3f7b9330/channels')
	.version('beta')
	.filter('membershipType eq \'private\'')
	.get();