All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

@atcute: Lightweight TypeScript Packages for AT Protocol (Bluesky)

By

Tangled

8d ago· 3 min readen

Summary

A collection of lightweight TypeScript packages (@atcute) for the AT Protocol, which powers the Bluesky social network. The packages provide client libraries for making API calls, including support for authenticated requests and OAuth browser integration. The quick start example demonstrates fetching a Bluesky profile using the public API.

Source

bsky@atcute: Lightweight TypeScript Packages for AT Protocol (Bluesky)tangled.sh

Key quotes

· 3 pulled
lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky.
const { data } = await client.get('app.bsky.actor.getProfile', { params: { actor: 'bsky.app' } });
console.log(data.displayName); // -> Bluesky
Snippet from the RSS feed
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.