Page MenuHomePhabricator

Expose /page/references endpoint via RESTBase
Closed, ResolvedPublic

Description

Expose /page/references endpoint via RESTBase. Basically the same as what was done for /page/metadata and /page/media.

Event Timeline

bearND triaged this task as Medium priority.Mar 21 2018, 8:09 PM
bearND created this task.

It looks like this endpoint and "metadata" are not working.

https://en.wikipedia.org/api/rest_v1/page/summary/Film still lists them under "api_urls", but I don't see them in the swagger docs.

https://en.wikipedia.org/api/rest_v1/page/metadata/Film and https://en.wikipedia.org/api/rest_v1/page/references/Film fail.

@Halfak See T247991 and its subtask.

TL;DR: the media, metadata, and references endpoints were experimental and have been dropped, but removing those entries from api_urls would be a breaking change to the summary response, which is marked stable. We're in the middle of defining a deprecation policy for both cases.

Thanks for the info. I appreciate it.