Skip to content

Gamoya/Starface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starface

An aot compatible .NET client for Starface

NuGet GitHub

Usage

var apiUrl = "{your api url}";
var apiUsername = "{your username}";
var apiPassword = "{your password}";

using (var starfaceClient = new StarfaceClient(apiUrl)) {
    await starfaceClient.SignInAsync(apiUsername, apiPassword);

    var userMe = await starfaceClient.GetMeAsync();
    Console.WriteLine(string.Format("Me: {0} {1}", userMe.FirstName, userMe.FamilyName));
}

About

aot compatible .NET client for Starface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages