Skip to content

Commit 4748506

Browse files
committed
Adding doc
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 8015527 commit 4748506

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/api-basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ If you are targeting an observatory portal, pass its subdomain:
2121
api = ArcsecondAPI(config, subdomain="my-observatory")
2222
```
2323

24+
On a self-hosted Arcsecond.local install, the subdomain is always `"local"`:
25+
26+
```python
27+
api = ArcsecondAPI(config, subdomain="local")
28+
```
29+
2430
## Authentication
2531

2632
Authentication with the Python module currently relies on your Arcsecond keys.

0 commit comments

Comments
 (0)