Skip to content

Releases: Badiboy/pyCryptomusAPI

0.1.1 - Added ability to use custom API endpoints

Choose a tag to compare

@Badiboy Badiboy released this 28 Jan 07:58

In class init you can pass custom api_url

0.1.0 - Payout functions added

Choose a tag to compare

@Badiboy Badiboy released this 20 Apr 19:59

Payout function and correspondent classes added.

0.0.8 - API updated to actual version of docs

Choose a tag to compare

@Badiboy Badiboy released this 21 Aug 10:08

API updated to actual version of docs.

Comments updated to actual version also.

0.0.7 - Check Merchant UUID for non-ascii

Choose a tag to compare

@Badiboy Badiboy released this 18 Aug 14:49

Check Merchant UUID for non-ascii.

Fix delay between pages in payment_history_filtered.

0.0.6 - Internal fixes

Choose a tag to compare

@Badiboy Badiboy released this 07 Aug 16:36

Nothing valuable: internal fixes

0.0.5 - non-ascii symbols in key checks added

Choose a tag to compare

@Badiboy Badiboy released this 25 Jul 17:57

Non-ascii symbols in key checks added

0.0.4 - add_request_params added

Choose a tag to compare

@Badiboy Badiboy released this 19 May 20:19

add_request_params param added to constructor.
It allows to set some custom parameters to be added to all API calls.

0.0.3 - payment_history_filtered fixed

Choose a tag to compare

@Badiboy Badiboy released this 09 Apr 09:19
  1. Added delay between pages (Crypomus raises error if paginate too fast)

  2. Fixed bug with max_items not applied for pages

0.0.2 - Filtered payment history

Choose a tag to compare

@Badiboy Badiboy released this 30 Jan 19:29

Added payment_history_filtered method.
Allows to use filters to select only appropriate payments.

0.0.1 - Initial release

Choose a tag to compare

@Badiboy Badiboy released this 11 Dec 14:49

Payments section fully implemented.