Skip to content

Instantly share code, notes, and snippets.

View dhamu-navadiya's full-sized avatar

dhamu-navadiya

View GitHub Profile
@dhamu-navadiya
dhamu-navadiya / ApiClient.cs
Created January 2, 2018 11:14 — forked from aliozgur/ApiClient.cs
Xamarin.Forms : ModernHttpClient wrapper for API calls
using System;
using System.Threading.Tasks;
using ModernHttpClient;
using System.Net.Http;
using System.Collections.Generic;
using System.Threading;
using System.Text;
namespace MyNamespace
{