users
backend.api.users
Section titled “backend.api.users”user-related public endpoints.
Functions
Section titled “Functions”get_user_liked_tracks source
Section titled “get_user_liked_tracks source”get_user_liked_tracks(handle: str, db: Annotated[AsyncSession, Depends(get_db)], session: Session | None = Depends(get_optional_session)) -> UserLikedTracksResponseget tracks liked by a user (public).
likes are stored on the user’s PDS as ATProto records, making them public data. this endpoint returns the indexed likes for any user.
Classes
Section titled “Classes”basic user info.
UserLikedTracksResponse source
Section titled “UserLikedTracksResponse source”response for user’s liked tracks.