I am creating a Xamarin Android application and I want to use DocumentDB, but unfortunately it's impossible to use Microsoft.Azure.DocumentDB NuGet package, and it seems the only way is to use REST.
How can I use REST for receiving, updating, adding data to DocumentDB with C#?