Skip to content

Commit

Permalink
Update Identity.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 22, 2024
1 parent f835d02 commit f20a261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Support/Identity.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ public function resolveIdentity(?string $id): Response
/**
* Get the handle's did directly from the DNS record or well-known.
*
* ```
* $did = Bluesky::identity()->resolveHandle('alice.test');
* ```
*
* {@link Bluesky::resolveHandle()} is an alternative way to use the API.
*
* @param string|null $handle e.g. "alice.test"
Expand Down

0 comments on commit f20a261

Please sign in to comment.