Skip to content

Commit 66fdd50

Browse files
authored
Add compatibility with new API (#33)
1 parent 389e69f commit 66fdd50

File tree

7 files changed

+428
-192
lines changed

7 files changed

+428
-192
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,20 @@ git pull
4444
pip install --editable ".[dev]"
4545
pre-commit install
4646
```
47+
48+
## Using winterapi
49+
50+
You can find example usage under `notebooks/` directory in this repository.
51+
The notebooks are numbered, and walk you through setting up credentials,
52+
triggering a ToO, checking on the status of a ToO, and downloading images after
53+
observations are complete.
54+
55+
## Problems?
56+
57+
The first port of call if you have any problems is to download the latest
58+
version of the package. You might even get a warning when using the package that your
59+
version is out of date. If you are still having problems after updating,
60+
you could also try re-entering your credentials.
61+
62+
If you are still having problems, please open a Github Issue and we will
63+
try to help you as soon as possible.

0 commit comments

Comments
 (0)