walk back i18n_component filter; introduce /identifier/:id instead

Authored by sitter on May 19 2020, 11:01 AM.

Description

walk back i18n_component filter; introduce /identifier/:id instead

while i18n_component is technically more in-line with the existing data
it also means unnecessary porting for a potential v2 so instead
soft-deprecate the previous kinda conflicting id filter and rename it
to basename. this then frees things up for calling the identifier actually
identifier. furthermore since identifier is global unique there's no point
in having clients issue a find and then a /project/:path when that is
exactly the same amount of work we need to do anyway.

so instead add a new /identifier/:id endpoint which returns the relevant
project in one go

Details

Committed
sitterMay 19 2020, 11:28 AM
Parents
R860:3e8bf1b2f43f: update readme
Branches
Unknown
Tags
Unknown