bs_get_starter_pack: Get information on one starter pack

View source: R/graph_starter_pack.R

bs_get_starter_packR Documentation

Get information on one starter pack

Description

Get information on one starter pack

Usage

bs_get_starter_pack(
  starter_pack,
  user = get_bluesky_user(),
  pass = get_bluesky_pass(),
  auth = bs_auth(user, pass),
  clean = TRUE
)

Arguments

starter_pack

Character vector, length 1. URI of starter pack to get.

user

Character. User name to log in with. Defaults to get_bluesky_user().

pass

Character. App password to log in with. Defaults to get_bluesky_pass().

auth

Authentication information. Defaults to bs_auth(user, pass).

clean

Logical. Should output be cleaned into a tibble? Default: TRUE.

Value

a tibble::tibble of starter packs

Lexicon references

graph/getStarterPack.json (2024-11-20)

Function introduced

v0.2.0 (2024-11-20)

Examples


bs_get_starter_pack(
  'at://did:plc:wpe35pganb6d4pg4ekmfy6u5/app.bsky.graph.starterpack/3lb3g5veo2z2r'
)


bskyr documentation built on June 8, 2025, 10:33 a.m.