Documentation
¶
Overview ¶
Package BridgyFed is a Sherlock adapter that attempts to translate a BlueSky-looking value into an ActivityPub actor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LooksLikeBluesky ¶
LooksLikeBluesky returns TRUE if the provided URI looks like a Bluesky handle (e.g. "@alice.bsky.social")
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a Bridgy Fed "middleware" that takes Bluesky-looking URIs and converts them into WebFinger URIs
To work properly, this middleware MUST be installed ABOVE the WebFinger middleware.
func (Client) SetRootClient ¶
type ClientOption ¶
type ClientOption func(*Client)
func WithHostname ¶
func WithHostname(hostname string) ClientOption
WithHostname uses a custom hostname (instead of the default bsky.brid.gy)
Click to show internal directories.
Click to hide internal directories.