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

* Added a 'Cut' class to the 'rivwebapi' API.
	* Modified the 'AddCut()', 'ListCut()' and 'ListCuts()' methods
	to use the 'Cut' class in the 'rivwebapi' API.
	* Added an 'EditCut()' method to the 'rivwebpyapi' API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-11 12:24:50 -05:00
parent 4071b6a5ac
commit dd3cee96d4
8 changed files with 273 additions and 290 deletions

View File

@@ -37,7 +37,7 @@ values={}
#
# Get login parameters
#
usage='list_cart --url=<rd-url> --username=<rd-username> --cart-number=<num> [--set-value=<field>=<str> ...] [--password=<passwd>]'
usage='edit_cart --url=<rd-url> --username=<rd-username> --cart-number=<num> [--set-value=<field>=<str> ...] [--password=<passwd>]'
for arg in sys.argv:
f0=arg.split('=')
key=f0[0]