newsapi_client 0.2.5+2
newsapi_client: ^0.2.5+2 copied to clipboard
A client for the newsapi.org API (v2) written in dart. You can get access to the API by signing up at https://newsapi.org.
Changelog #
0.2.5 - 2019-02-08 #
Added #
- Added a few tests for the
pageSizeandpageparameters. Endpointobject can now be accessed.
0.2.4 - 2019-02-05 #
Added #
- Added missing
pageSizeandpageparameters toTopHeadlinesendpoint. - Added missing
excludeDomainsparameter toEverythingendpoint. - Added documentation to
Sourcesendpoint parameters. - Added documentation to
TopHeadlinesendpoint parameters. - Added documentation to
Everythingendpoint parameters. - Added tests for all the different endpoints and their parameters.
Changed #
- The API key is now delivered over an HTTP header instead of being a url-parameter.
Deprecated #
- Removed language parameter from
TopHeadlinesendpoint. It didn't work in the first place, so this shouldn't affect anything.