This post intends to act as an introductory guide on the EcSolvo.RestHelper Nuget. It takes you through the Main Methods that you would be using in your routine tasks. RestHelper Constructor and ExecuteAsync The RestHelper Constructor and ExecuteAsync Method is the heart of RestHelper Library. It is build on 'Pit of Success' philosophy, removing possible erroneous … Continue reading An Introduction to EcSolvo.RestHelper
Month: January 2017
Store User Credentials using Xamarin.Auth in Xamarin.Forms
If you are working on Mobile Apps, it won't be long before you end up with a scenario to store User Account objects locally so that the user needn't go through the pain of authenticating himself all over again, every time he logs in. One of the easiest way to do is via the cross … Continue reading Store User Credentials using Xamarin.Auth in Xamarin.Forms
EcSolvo.RestHelper Updated
Updates for Ecsolvo.RestHelper Packages has been made. The recent update includes Support for Windows Phone and Windows Phone Silverlight Support for Complex Parameters and IEnumerable for GET/POST Requests
EcSolvo.RestHelper Nuget
Recently I have started working on a Nuget Package for providing a is a sleek and simple Wrapper library for providing simple access to Rest API, by hiding away the complexities of HTTPClient Class.Named EcSolvo.RestHelper it is particularly designed to work along with Xamarin PCL Projects You can follow and contribute to the Nuget in Github … Continue reading EcSolvo.RestHelper Nuget