Wikipedia API in Objective-C?

Does anyone know if there is a wikipedia implementation of api in lens c? which can be used to access and display information a little more enjoyable than on a simple website. I think of something like a wikipanion application, but not so sophisticated.

thank

JΓΆrg

+3
source share
2 answers

I know the question is very old. But only for other users who are dealing with the same problem. I wrote a very small library that provides basic access to the Wikipedia API.

You can get it on github: https://github.com/prine/WikiApiObjectiveC

+11
source

Source: https://habr.com/ru/post/1768995/


All Articles