| ➜ ~ $ ## 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}" | |
| } | |
| ] | |
| } | |
| ➜ ~ $ |