Skip to content

Commit ca8ebca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Custom parameters aside from the common `GET` Request parameters:
224224
- `endpoint` (choose either `download` or `feed` API endpoint - default is `feed`)
225225
```python
226226
api = API(USERNAME, KEY)
227-
api.nod(endpoint="download")
227+
api.nod(endpoint="feed", **kwargs)
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)