Skip to content
/ LetsRest Public

HttpClient wrapper for Restful API aiming to make things easier

Notifications You must be signed in to change notification settings

ktei/LetsRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetsRest

HttpClient wrapper for Restful API aiming to make things easier

NOTE: This library is new baby, which only has limited features.

Usage

Lets.Call("http://...").Then().Get().ReceiveString();

Lets.Call("http://...").Then().PostAsJson().ReceiveJson<MyClass>();

Lets.Call("http://...")
    .WithOAuthBearerToken("mytoken")
    .Then().PostAsJson().ReceiveJson<MyClass>();

About

HttpClient wrapper for Restful API aiming to make things easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published