Skip to content

The-Grape-Vine/NewsAPI.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages