Skip to content

.NET Client to interact with Listen Node API for searching podcasts

License

Notifications You must be signed in to change notification settings

rgomez90/ListenNotesSearch.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListenNotesSearch

A .NET Standard wrapper for Listen Node API.

Listen Notes is a new and powerful podcast search engine.

With this library you can easy consume the API using .NET.

How to install

To use the library just install the NuGet package or build it from source.

Usage

The library offers a ListenNotesSearchClient, which is used to make REST-Requests to the API.

We just need to create an instance passing our API Key:

var apiKey = "87e9fiuj9ewf8wez7f98ewuf" //Your Listen Notes Api Key
var client = new ListenNotesSearchClient(apiKey);

About

.NET Client to interact with Listen Node API for searching podcasts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages