Check blog post for detailed documentation.
-
Making HTTP Request
- Basic Authentication
- Token Based Authentication
- Get - Post - Put methods
-
Working with Json formatted data
- Creating Json classes
- Creating data model
- Deserializing data
-
Integrating with the platform
- Setting up iOS project
- Setting up Android project
- Customizing HttpClient per platform
- iOS native settings
- Android native settings
-
Performance optimization
- Instantiating IDisposable object in a using statement
- ConfigureAwait - Async/Await
-
Installing Microsoft HttpClient libraries to PCL
-
Installing Json.NET libraries to PCL
-
Adding System.Net.Http to references for both iOS and Android projects.