From 32145de48c346fa195004a2efecfc43293127f42 Mon Sep 17 00:00:00 2001 From: nh916 Date: Wed, 9 Aug 2023 17:56:34 -0700 Subject: [PATCH] wrote docs explaining host (#264) --- src/cript/api/api.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cript/api/api.py b/src/cript/api/api.py index 1b13e6172..83f9a5b64 100644 --- a/src/cript/api/api.py +++ b/src/cript/api/api.py @@ -342,6 +342,14 @@ def host(self): """ Read only access to the currently connected host. + The term "host" designates the specific CRIPT instance to which you intend to upload your data. + + For most users, the host will be `criptapp.org` + + ```yaml + host: criptapp.org + ``` + Examples -------- ```python