Exosphere.Community.Bookmarks (Exosphere v0.5.0)

Copy Markdown View Source

XRPC client functions for the community.lexicon.bookmarks namespace.

Generated from vendored lexicons — DO NOT EDIT.

Endpoints

  • get_actor_bookmarks — query: community.lexicon.bookmarks.getActorBookmarks

Summary

Functions

Get a list of bookmarks by actor. Optionally add a list of tags to include, default will be all bookmarks. Requires auth, actor must be the requesting account.

Functions

get_actor_bookmarks(client, params \\ [])

@spec get_actor_bookmarks(Exosphere.ATProto.XRPC.Client.t(), map() | keyword()) ::
  {:ok, map()} | {:error, term()}

Get a list of bookmarks by actor. Optionally add a list of tags to include, default will be all bookmarks. Requires auth, actor must be the requesting account.

## Parameters

  • cursor (string, optional)
  • limit (integer, optional)
  • tags (array, optional)