The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
clean = TRUE
now include an attribute “request_url” with the request URL. This does not include any headers, so authentication information is not recorded.limit
arguments now gain a cursor
argument. This allows for requesting further pages of results.limit
arguments will now automatically make additional API calls if more results are requested than the limit. For example, bs_get_followers()
is limited to 100 results per call. If limit = 301
, it will make 4 API calls to get all 301 results. A progress bar will appear if the response is taking sufficient time to return.bs_get_feed()
would discard posts with no interactions.bs_search_posts()
langs
argument.images
argument.images_alt
argument.reply
argument with a link of a post to reply to.quote
argument with a link of a post to quote.bs_upload_blob()
. This powers the ability to add media to posts.bs_uri_to_url()
which formats a given uri
as an HTTPS URL.bs_resolve_handle()
to convert handles to decentralized identifiers (DIDs).bs_create_record()
creates a record.bs_delete_record()
deletes a record.bs_get_record()
gets an existing record.bs_list_records()
lists existing records for a user and collection.bs_describe_repo()
provides a list of types of collections that a user has.bs_created_at()
to get the specific time formatting.clean
argument to decide if a response should be cleaned into a tibble
before returning. If FALSE
, you receive the json as a list.testthat
and httptest2
.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.