Initial API including fixes to common functons

Some functions were doing `click.echo` inside themselves; don't
do that as it's not API compatible, just return everything.
This commit is contained in:
2019-03-21 11:19:28 -04:00
parent 2e4c0c8eb9
commit 1126382ac9
4 changed files with 1563 additions and 10 deletions

1
client-api/client_lib Symbolic link
View File

@ -0,0 +1 @@
../client-common