I have created a .NET API services with authorisation and it is successfully called using the POSTMAN. Now I want to call the API from my other Xamarin project. Can I know how can I start with and is there any tutorial that I can refer?
@wlchoy96 Kindly look at this link
It showcases various ways of calling Rest APIs from Xamarin
.
Looking for Free* Microsoft Support on Xamarin Issues, visit https://aka.ms/xamarinsupport
https://github.com/reactiveui/refit is the most used rest client.
Answers
@wlchoy96 Kindly look at this link
It showcases various ways of calling Rest APIs from Xamarin
.
.
.
.
Looking for Free* Microsoft Support on Xamarin Issues, visit https://aka.ms/xamarinsupport
https://github.com/reactiveui/refit is the most used rest client.