Skip to content

Commit 26d37ae

Browse files
committed
IDEV-2011: Update README.md
1 parent 44f2e3a commit 26d37ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Custom parameters aside from the common `GET` Request parameters:
226226
api = API(USERNAME, KEY)
227227
api.nod(endpoint="download")
228228
```
229-
- `header_authentication`: by default, we're using API Header Authentication. Set this False if you want to use API Key and Secret Authentication
229+
- `header_authentication`: by default, we're using API Header Authentication. Set this False if you want to use API Key and Secret Authentication. Apparently, you can't use API Header Authentication for `download` endpoints so you need to set this to `False` when calling `download` API endpoints.
230230
```python
231231
api = API(USERNAME, KEY)
232232
api.nod(header_authentication=False, **kwargs)

0 commit comments

Comments
 (0)