From b16fd1f68e7324fb10a1b9aad78927a6cf983a03 Mon Sep 17 00:00:00 2001 From: Chris Buckland Date: Thu, 11 Jul 2019 17:14:08 +0200 Subject: [PATCH] Had accidentally removed get appointment heading --- pisa-btc/apps/cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pisa-btc/apps/cli/README.md b/pisa-btc/apps/cli/README.md index d8799f8..f3ed5f5 100644 --- a/pisa-btc/apps/cli/README.md +++ b/pisa-btc/apps/cli/README.md @@ -62,6 +62,10 @@ if `-f, --file` **is** specified, then the command expects a path to a json file #### Options - `-f, --file path_to_json_file` loads the appointment data from the specified json file instead of command line. +### get_appointment + + This command is used to get information about an specific appointment from the PISA server. + **Appointment can be in three states** - `not_found`: meaning the locator is not recognised by the API. This could either mean the locator is wrong, or the appointment has already been fulfilled (the PISA server does not have any kind of data persistency for now).