Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsAPI.Net

NewsAPI.Net is an alternative .NET api wrapper for https://newsapi.org.

Support

The official way to get support for this library is through this Discord server:

The Vineyard

Install

This package is available via NuGet:

Install-Package NewsAPI.Net on the Package Manager console.

How to Use

First get an API key from https://newsapi.org/account

A set of examples would be:

var api = new NewsAPIClient("api-key");

var sources = await api.GetSourcesAsync();

var everything = await api.GetEverythingAsync("bitcoin", "sources", "domains", Language.ENGLISH);

var topHeadlines = await api.GetTopHeadlinesAsync("dotnet", "sources", "domains", Language.ENGLISH);

Documentation

  • under construction, source code is documented.

License

We abide by the MIT License, provided here.

Documentation

  • under construction, coming soon.

About

An alternative library for https://newsapi.org

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages