We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb48bd commit 9526022Copy full SHA for 9526022
1 file changed
README.md
@@ -23,7 +23,7 @@ Newsdataapi docs can be seen [here](https://newsdata.io/docs).
23
24
### Latest News API
25
26
-`POST /1/news`
+`GET /1/news`
27
28
```
29
from newsdataapi import NewsDataApiClient
@@ -57,7 +57,7 @@ response = api.news_api()
57
58
### News Archive API
59
60
-`POST /1/archive`
+`GET /1/archive`
61
62
63
@@ -96,7 +96,7 @@ response = api.archive_api()
96
97
### News Sources API
98
99
-`POST /1/sources`
+`GET /1/sources`
100
101
102
0 commit comments