On July 24, Rendy Del Rosario and I participated in the Latino Net Online Community, giving a talk about Integrating a REST API using Refit in Xamarin Forms, we covered topics related to how to start using a REST API, how to start using Refit, and how to integrate it in a mobile app. Slides […]
Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 3)
In the second part of this series of articles, we talked about how to structure your project using Refit. In this article, we are going to talk about how to structure your project to consume multiple APIs. Let’s start understanding the issue In the previous article we were consuming the MakeUp API, in this sample […]
Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 2)
In the first part of this series of articles, we talked about how to use Refit showing some examples of it’s main features. Also we did our first request. In this part, we are going to talk about how to structure your project when using Refit, in a way that can be easier to maintain. […]