Joerg
Joerg

Reputation: 105

API for Wikipedia in Objective-C?

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.

Upvotes: 3

Views: 4564

Answers (2)

Prine
Prine

Reputation: 12538

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

Upvotes: 11

Dave
Dave

Reputation: 7025

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

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

Upvotes: 0

Related Questions