I have developed a REST api for my mobile application that "reaches into" my external SQL Server DB and makes whatever information that is requested available in JSON format. This api needs to go onto another server but I'm not exactly sure where to place it, how to place it, or what to do to ensure this information is available for consumption from my Xamarin.Forms application.
↧