2021-12-11 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Cart' class to the 'rivwebapi' API.
	* Modified the 'AddCart()', 'ListCart()' and 'ListCarts()' methods
	to use the 'Cart' class in the 'rivwebapi' API.
	* Added an 'EditCart()' method to the 'rivwebpyapi' API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-11 11:04:58 -05:00
parent ec616f3685
commit 4071b6a5ac
7 changed files with 237 additions and 192 deletions

View File

@@ -28,6 +28,7 @@ EXTRA_DIST = add_cart.py\
audio_store.py\
delete_audio.py\
delete_log.py\
edit_cart.py\
export.py\
export_peaks.py\
get_podcast.py\