apimash / StarterKits

APIMASH Starter Kits for Windows demonstrate the use and implementation of public Web Service API's such as Edmunds, Tom-Tom, Twitter, Tumblr, Yelp, Meetup and many others.
52 stars 31 forks source link

Full JSON Data Contract for Bing Maps REST Services #3

Closed boolship closed 11 years ago

boolship commented 11 years ago

Add complete JSON Data Contract for Bing Maps REST Services. Modify contract because simple JSON parser does not do resources inheritance using __type. Remove unnecessary json2csharp stuff. Code better supports full Bing Maps REST API.

See: http://msdn.microsoft.com/en-us/library/jj870778.aspx JSON Data Contracts

jimoneil commented 11 years ago

Thanks for the update... and the eagle-eye catch on the hard-coded maxresults parameter

jimoneil commented 11 years ago

Leave a comment