API for Wikipedia in Objective C?

后端 未结 2 1977
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-30 16:52

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

相关标签:
2条回答
  • 2020-12-30 17:28

    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

    0 讨论(0)
  • 2020-12-30 17:31

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

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

    0 讨论(0)
提交回复
热议问题