mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

1export default defineEventHandler(async () => { 2 const client = await useOAuthClient() 3 // The library builds the canonical client_metadata document for us. 4 return client.clientMetadata 5})