Skip to content

plneto/TvMaze.Api.Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TVmaze API Client (.NET/C#) Build status Test status NuGet Version NuGet Downloads

A client written in .NET/C# for the TVmaze API - https://www.tvmaze.com/api

Usage:

var client = new TvMazeClient();

// Search for shows
var searchResult = client.Search.ShowSearchAsync("query");

// Get show main information
var showInformation = client.Shows.GetShowMainInformationAsync(showId);

Endpoints Implemented:

Search

Endpoint Status
Show Search
Show Single Search
Show Lookup
People Search

Schedule

Endpoint Status
Web/Stream Schedule
Full Schedule

Shows

Endpoint Status
Show Main Information
Show Episode List
Show Alternate List
Episode By Number
Episodes By Date
Show Seasons
Season Episodes
Show Cast
Show Crew
Show AKA's
Show Images
Show Index

Episodes

Endpoint Status
Episode Main Information
Episode Guest Cast
Episode Guesst Crew

People

Endpoint Status
Person Main Information
Person Cast Credits
Person Crew Credits
Person Guest Cast Credits
Person Index

Updates

Endpoint Status
Show Updates
Person Updates

About

.NET/C# client for the TVmaze API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages