Skip to content

bskyr 0.1.0

Compare
Choose a tag to compare
@christopherkenny christopherkenny released this 26 Nov 22:26
  • Adds support for additional posting features.
    • Language for posts can be specified with the langs argument.
    • Images can be specified with the images argument.
    • Alt text for images can be specified with the images_alt argument.
    • Mentions and URLs are now parsed and passed as richtext facets, automatically.
    • Replies can be made by specifying the reply argument with a link of a post to reply to.
    • Quotes can be made by specifying the quote argument with a link of a post to quote.
  • Adds support for direct blob uploads with bs_upload_blob(). This powers the ability to add media to posts.
  • Adds bs_uri_to_url() which formats a given uri as an HTTPS URL.
  • Adds bs_resolve_handle() to convert handles to decentralized identifiers (DIDs).
  • Adds support for working with arbitrary records.
    • 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.
    • Use helper function bs_created_at() to get the specific time formatting.