I am trying to use REST Web Services in my Xamarin Forms project. Please, suggest me if there is any official DLL/library suggested by Xamarin or any NuGet package which can handle asynchronous web service calls.
You have a very good 'automatic' type-safe and async client for REST requests named refit made by paulcbetts its inspired on retrofit.