Hi there!
I've just succesfully created my Mobile app for the windows phone and it uses an Azure Mobile service with a database connected to it.
Right now I would like to create a simple website that can be used to show some statistics, such as a leaderboard(my app is a game).
For that I obviously need access to the very same data my Mobile app has access to, I've read through some of the documentation and the solution for this seems to be the following: I'll have to call my custom API and request the data using REST calls.
But I'm kind of puzzled on how to do this correctly?
The call looks like this https://<myMobileservice>.azure-mobile.net/api/<myApi>/<myGetFunction>/
And I would like to know what would have to come next, since I need to pass some parameters.
This is probably very easy but I really have no clue on how to do it:/
My best regards
Jan