2009/10/10 Brian <[email protected]>: >> Or, does anyone else know of a C++ implementation of the MediaWiki API? [snip] > Sorry but it is tied to our software. At any rate it's a piece of cake, > especially with Qt. I believe the post of mine that you are quoting was > with respect to the lack of upload support in the api which has since been > fixed.
To be clear: implementing the API /itself/ in C++ is not really possible as the API is closely integrated with MediaWiki. Writing a /client library/ for the API in C++ is very much possible, and as Bryan mentions quite easy if you're already using Qt. Roan Kattouw (Catrope) _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
