Skip to content

Repository files navigation

Starface

An aot compatible .NET client for Starface

NuGetGitHub

Usage

varapiUrl="{your api url}";varapiUsername="{your username}";varapiPassword="{your password}";using(varstarfaceClient=newStarfaceClient(apiUrl)){awaitstarfaceClient.SignInAsync(apiUsername,apiPassword);varuserMe=awaitstarfaceClient.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