Sergi Delgado Segura
|
a427b12799
|
Updates cli unit tests
|
2020-04-20 17:30:17 +02:00 |
|
Sergi Delgado Segura
|
08701f0fee
|
Refactors Cryptographer to remove logs and avoid multi return types
Cryptographer now uses exceptions to report errors and does not use the log anymore
|
2020-04-20 17:30:16 +02:00 |
|
Sergi Delgado Segura
|
71507d4c32
|
Gets rid of blob classes. Close #66
|
2020-04-20 17:30:16 +02:00 |
|
Sergi Delgado Segura
|
bed21e9625
|
Adds API HOST and PORT as configurable parameters.
Uses API_BIND/API_PORT for the server and API_CONNECT/API_PORT for the user, for consistency.
|
2020-04-20 17:01:55 +02:00 |
|
Sergi Delgado Segura
|
4a65b2524b
|
Refactors cli to avoid multi-type returns (normal return + None). Adds exceptions for errors.
|
2020-04-20 16:06:38 +02:00 |
|
Sergi Delgado Segura
|
5f7eb9df10
|
Minor fixes
|
2020-04-20 13:58:09 +02:00 |
|
Turtle
|
b6b95a9821
|
Add get_all_appointments cli command
|
2020-04-17 15:17:11 -04:00 |
|
Sergi Delgado Segura
|
dcb221ea36
|
Adds missing cli register test
|
2020-04-03 20:57:01 +02:00 |
|
Sergi Delgado Segura
|
31a25f3f60
|
Adds unit tests for register, and adaps existing tests to match the changes in the commands
|
2020-03-30 22:24:20 +02:00 |
|
Sergi Delgado Segura
|
6ee04bd303
|
Sets add_appointment_endpoint from / to /add_appointment for consistency
Also passes the base_url to add_appointment and get_appointment and builds the full endpoint inside (also for consistency)
|
2020-03-24 19:03:41 +01:00 |
|
Bjarne Magnussen
|
8ef7b44fd0
|
cli: fixes testing for ConnectionError in get_appointment
|
2020-03-24 18:25:32 +01:00 |
|
Sergi Delgado Segura
|
f5edaf1bf0
|
Fixes default HOST to remove the schema from config
The schema now defaults to http if none is defined. Also improves some of the cli docstrings
|
2020-03-23 17:15:43 +01:00 |
|
Sergi Delgado Segura
|
2587e25637
|
Adds cli unit tests
|
2020-03-21 22:13:33 +01:00 |
|
Sergi Delgado Segura
|
5e5ff0278a
|
Removes apps folder
|
2020-03-18 12:09:58 +01:00 |
|