Skip to content

Releases: sntslol/zebedee-py

V1.1.1

10 Aug 04:28

Choose a tag to compare

Fixed

  • Fixed issue with response.

V1.1.0

10 Aug 04:17

Choose a tag to compare

Added

  • Added raising errors for API failures.

Updated

  • Updated README to be easier to understand.

Fixed

  • Fixed internalId being sometimes required for methods.

Version V1.0

27 Apr 23:38

Choose a tag to compare

The following SDK includes

  • get_wallet_details(): retrieves details of the user's wallet create_charge(amount_of_seconds_to_expire_after, amount_msats, description, internal_id=None): creates a charge request with the specified parameters
  • get_charge_details(zbd_id): retrieves details of a charge request with the specified ID create_static_charge(allowedSlots, min_amount_msats, max_amount_msats, description, internal_id, success_message): creates a static charge request with the specified parameters
  • update_static_charge_details(min_amount_msats, max_amount_msats, description, success_message, allowed_slots=None): updates the details of a static charge request with the specified ID
  • get_static_charge_details(zbd_id): retrieves details of a static charge request with the specified ID create_withdrawal_request(amount_of_seconds_to_expire_after, amount_msats, description, internal_id): creates a withdrawal request with the specified parameters
  • get_withdrawal_request_details(zbd_id): retrieves details of a withdrawal request with the specified ID send_keysend_payment(public_key, amount_msats, metadata=None, tlv_records=None): sends a keysend payment with the specified parameters
  • pay_invoice(invoice, description, internal_id, amount=None): pays an invoice with the specified parameters.
  • & much more!