API for Wikipedia in Objective C?

匿名 (未验证) 提交于 2019-12-03 02:14:01

问题:

Does anybody know if there is an implementation of the wikipedia api in objective c? which can be used to access and display the information a bit nicer then with the plain website. I'm thinking of something like the wikipanion app but not so sophisticated.

Thanks

Joerg

回答1:

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



回答2:

You can use the MediaWiki API to download the markup text.

Also, why not look at http://en.m.wikipedia.org/ ?



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!