Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 277 Bytes

File metadata and controls

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

const client = Client.init(options);

let sponsors = await client.api('/users/025e5e3e-e5b7-4eb4-ba1f-4e5b0579f1a2/sponsors')
	.version('beta')
	.get();