Page MenuHomePhabricator

Linked Artifact Cache - explicit parameter names
Open, MediumPublic

Description

Where possible, rather than using e.g. 'page' to mean page_id, we should just use page_id.

LAC is both an HTTP frontend spec with a gRPC contract to lambda backends. It would be nice if both contracts used the same name for the same parameters.

Discussed here.

Done is

  • Hoard parameters for ids are explicit: wiki_id, page_id, revision_id

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Use (more) explicit parameter names.repos/sre/hoarde!11eevansexplicit_param_namesmain
Customize query in GitLab