bs_url_to_uri | R Documentation |
Convert Hypertext Transfer Protocol Secure URLs to Universal Resource Identifiers
bs_url_to_uri(
url,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
url |
Character, length 1. URL for record to get. |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
character vector of URIs
v0.2.0
(2024-11-30)
bs_url_to_uri('https://bsky.app/profile/chriskenny.bsky.social/post/3lc5d6zspys2c')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.