c# - Get info from API on Windows Phone 8 using JSON -


I'm new to the development of Windows Phone and I do not know what to do.
I have an API which gives value to a football club.
This is my server-side code:

  public function getInfostradaTable () {$ season = wp_cache_get ('seasonId', 'infostradaOverview'); If ($ Season == incorrect) {$ this-> getEditionInfo (); $ Season = wp_cache_get ('SeasonID', 'InfosourceOverview'); If ($ Season == incorrect) {return tap; }} $ Table = wp_cache_get ('Table', 'Infographic Databases'); If ($ table! = False) {return $ table; } And {$ this- & gt; getTableInfo (); $ Table = wp_cache_get ('table', 'infographicdate'); If ($ table! = False) {return $ table; } And {return tap; }}}   

This is a part of the jsonrpc file.
How can I join APIs and get value using JSON?

Take a look.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -