Objective-C 中的维基百科 API?
有谁知道是否有 Wikipedia API 在 Objective-C 中的实现, 与普通网站相比,它可以更好地访问和显示信息? 我正在考虑类似 wikipanion 应用程序的东西,但不是那么复杂。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这个问题很老了。但仅适用于正在处理相同问题的其他人。我编写了一个非常小的库,它提供了对 Wikipedia API 的基本访问。
你可以在github上获取它:
https://github.com/prine/WikiApiObjectiveC
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
您可以使用 MediaWiki API 下载标记文本。
另外,为什么不看看 http://en.m.wikipedia.org/ ?
You can use the MediaWiki API to download the markup text.
Also, why not look at http://en.m.wikipedia.org/ ?