Skip to content

Commit

Permalink
wrote docs explaining host (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 authored Aug 10, 2023
1 parent 50e0189 commit 32145de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cript/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32145de

Please sign in to comment.