Skip to contents

This function sends a request to the specified URL, appends the provided handle to the URL path, performs the request, and returns the DID found in the response body.

Usage

get_did(fed = "bsky.social", handle)

Arguments

fed

The ATProto instance to which the handle belongs.

handle

The handle for which to get the DID.

Value

The DID corresponding to the provided handle.