Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active December 21, 2024 00:49
Show Gist options
  • Save lupyuen/209d711d6cd7096a422da55f209d7745 to your computer and use it in GitHub Desktop.
Save lupyuen/209d711d6cd7096a422da55f209d7745 to your computer and use it in GitHub Desktop.
➜ ~ $ ## WebFinger: Fetch the User nuttx_build at nuttx-feed.org
➜ ~ $ curl \
https://nuttx-feed.org/.well-known/webfinger\?resource\=acct:nuttx_build@nuttx-feed.org \
| jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 478 100 478 0 0 8800 0 --:--:-- --:--:-- --:--:-- 8690
{
"subject": "acct:nuttx_build@nuttx-feed.org",
"aliases": [
"https://nuttx-feed.org/@nuttx_build",
"https://nuttx-feed.org/users/nuttx_build"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://nuttx-feed.org/@nuttx_build"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://nuttx-feed.org/users/nuttx_build"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://nuttx-feed.org/authorize_interaction?uri={uri}"
}
]
}
➜ ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment