Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement generate citation data #29

Closed
dopecodez opened this issue Sep 13, 2021 · 0 comments · Fixed by #30
Closed

Implement generate citation data #29

dopecodez opened this issue Sep 13, 2021 · 0 comments · Fixed by #30
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dopecodez
Copy link
Owner

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 citation data for a given url.

Implementation for this can follow #17. Remember to write unit tests for all possible scenarios in your new functions, and try to use types as far as possible.

@dopecodez dopecodez added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant