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

BaelorSwift/baelor-dotnet

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

No packages published

Languages