discover
backend.api.discover
Section titled “backend.api.discover”discovery endpoints — social graph powered artist discovery.
Functions
Section titled “Functions”get_network_artists source
Section titled “get_network_artists source”get_network_artists(db: Annotated[AsyncSession, Depends(get_db)], auth_session: Session = Depends(require_auth)) -> list[NetworkArtistResponse]discover artists on plyr.fm that you follow on bluesky.
Classes
Section titled “Classes”NetworkArtistResponse source
Section titled “NetworkArtistResponse source”artist from your bluesky follow graph who has music on plyr.fm.
Methods:
normalize_avatar source
Section titled “normalize_avatar source”normalize_avatar(cls, v: str | None) -> str | None