Hi,
I've been using the Wikimedia API to fetch revisions given the revid. However, I need to make two calls to the API, one to get the page title and then another to get the revisions.
Initially I thought that a revid would be enough but this call does not work:
http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop...
Only works when "titles" is defined:
http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop...
Am I missing something or is this the only way to it?
Thanks in advance, -- Sérgio Nunes