-
-
Notifications
You must be signed in to change notification settings - Fork 74
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 MediaWiki REST API render #1926
Conversation
@VadimKovalenkoSNF Is this end-point outpout different from WikimediaDesktop? How? |
@kelson42 Upd: MediaWiki REST API can return articles in Parsoid HTML format: example https://en.wikipedia.org/w/rest.php/v1/page/Canada/html |
…dd temp workaround with TITLE_PLACEHOLDER for URL builders
01ab15e
to
d3c6f11
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1926 +/- ##
==========================================
- Coverage 76.14% 75.88% -0.27%
==========================================
Files 37 39 +2
Lines 2985 3035 +50
Branches 653 664 +11
==========================================
+ Hits 2273 2303 +30
- Misses 617 634 +17
- Partials 95 98 +3
☔ View full report in Codecov by Sentry. |
This PR should be closed. Current successor is PR #1947 |
Superseeded by #1947 |
Fixes #1601
Depends on #1929