Skip to content

Commit 9526022

Browse files
committed
request method correction in README
1 parent 0eb48bd commit 9526022

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Newsdataapi docs can be seen [here](https://newsdata.io/docs).
2323

2424
### Latest News API
2525

26-
`POST /1/news`
26+
`GET /1/news`
2727

2828
```
2929
from newsdataapi import NewsDataApiClient
@@ -57,7 +57,7 @@ response = api.news_api()
5757

5858
### News Archive API
5959

60-
`POST /1/archive`
60+
`GET /1/archive`
6161

6262
```
6363
from newsdataapi import NewsDataApiClient
@@ -96,7 +96,7 @@ response = api.archive_api()
9696

9797
### News Sources API
9898

99-
`POST /1/sources`
99+
`GET /1/sources`
100100

101101
```
102102
from newsdataapi import NewsDataApiClient

0 commit comments

Comments
 (0)