this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Library for a Bluesky API agent

BK610 37e6e72d eb599e67

+9
+9
lib/bskyApi.js
··· 1 + import { BskyAgent } from "@atproto/api"; 2 + 3 + export const agent = new BskyAgent({ 4 + // App View URL 5 + service: "https://api.bsky.app", 6 + // If you were making an authenticated client, you would 7 + // use the PDS URL here instead - the main one is bsky.social 8 + // service: "https://bsky.social", 9 + });