Wikipedia icon indicating copy to clipboard operation
Wikipedia copied to clipboard

Implement mobile sections

Open dopecodez opened this issue 3 years ago • 0 comments

There are a lot of new REST APIs for wikipedia present in the REST API docs.

We'll look through them one by one and implement the same. Any one who wants to pick up on any other REST API should ideally open a new issue.

The REST API has a /page/mobile-sections/{title} endpoint which which provides mobile friendly html.

Implementation for this can follow https://github.com/dopecodez/Wikipedia/pull/17. Remember to write unit tests for all possible scenarios in your new functions, and try to use types as far as possible.

dopecodez avatar Mar 31 '21 10:03 dopecodez