Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

BaelorSwift/baelor-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baelor-dotnet

An Api Client for the Baelor Api.

Example Usage

using BaelorNet;

var baelorClient = new BaelorClient("api-key");
var songs = await baelorClient.Songs();
foreach(var song in songs)
{
	Console.WriteLine($"{song.Tite} is in the album {song.Album.Name}");
}

About

CSharp libary for the baelor api

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages