Page 2 of 2

Re: Cleaning up the API

Posted: Thu Apr 23, 2015 6:52 am
by animeout
I hate to say this as well, but quite franky mediawiki itself is really annoying to work with, atleast from a dev point of view.

As per the BR-Ex, am not sure but most probably no, since both our backends are different and the way both apps will work is different as well. Though might provide a way to import your BR-Ex profile (bookmarks, etc.) later on

Re: Cleaning up the API

Posted: Thu May 14, 2015 6:26 am
by alec43
Hi !

Do you api recover all images ?

When I try wikimedia api for get all illustration it doesn't return all file example :

Wiki page => https://www.baka-tsuki.org/project/inde ... ustrations

Request => http://www.baka-tsuki.org/project/api.p ... ustrations

Actually I work on Phonegab type script app ( https://github.com/Masclaux/LightReader beware crappy code ). If your api work I can work faster ( no need to write parser )

Re: Cleaning up the API

Posted: Thu May 14, 2015 5:38 pm
by Shadowys
I have not done the API for getting text in single pages, but for this if you're using the media wiki API you have to repeatedly make a query call/set the limit of data received higher.

For this kind of stuff it's better to parse it directly from the rendered html.

http://baka-tsuki.org/project/api.php?a ... ustrations

But now you've said it, I would clean up the API for getting information from chapter pages in these few days