Possible Duplicate:
API for Wikipedia in Objective C?
I need a help now. I want to get raw content data from wikipedia page with MediaWiki API and store it to NSString. How to do that in objective-c?
Thank you before. Regards.
I need a help now. I want to get raw content data from wikipedia page with MediaWiki API and store it to NSString. How to do that in objective-c? Thank you before. Regards.
| |||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Get it as XML or JSON. There is enough information here on SO howto parse XML or deserialize JSON. For the downloading stuff I'd suggest ASIHTTPRequest. | |||
|
feedback
|
|
I know the question is very old. But just for other ppl who are dealing with the same issue. I wrote a very small library which provides basic access to the Wikipedia API. You can get it on github: https://github.com/prine/WikiApiObjectiveC | |||
|
feedback
|