Genbox / Wikipedia

A C# API for searching on Wikipedia
MIT License
46 stars 14 forks source link

Does not deserialize the data, and thus returns 0 results #1

Closed ghost closed 11 years ago

Genbox commented 11 years ago

Seems like Wikipedia changed their XML format, and RestSharp now catches the wrong search XML element.

ghost commented 11 years ago

Ah ok, For the project i planned on using it in, I used the same link, and then applied linq on the xml

https://gist.github.com/Systemic33/26be31788b307fd31451#file-wiki-cs image WikipediaSearchResult is just a struct for storing the data.