Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages