List of steps to reproduce:
What happens?:
I get a response with continue field, despite setting iilimit=1 (which is default, so this happens also without iilimit).
What should have happened instead?:
There should be no continue field, I am requesting only one (latest) imageinfo for the file. It seems there is no way really to request only the latest revision.
The issue with continue field is that if I have generic API code which traverses continue automatically, until batchcomplete=true, then it will traverse here many pages, to get all revisions of a file. But I would like to request only one/latest revision.