Square.Retrofit2

.NET for Android (formerly Xamarin.Android) bindings for Android library 'com.squareup.retrofit2:retrofit'.


Keywords
.NET, android, artifact_versioned=com.squareup.retrofit2:retrofit:2.9.0, dotnet, monodroid, retrofit, xamarin
License
Apache-2.0
Install
Install-Package Square.Retrofit2 -Version 2.9.0.6

Documentation

square-bindings

Build Status

Xamarin.Android and Xamarin.iOS bindings for the various https://github.com/square libraries

Libraries

Building

In order to build, you will need to use the Cake .NET Core tool (currently using v0.34.1):

dotnet cake

If the tool is not installed, then you can just install it with a simple command:

dotnet tool install -g cake