Adrián Mouly
08/25/2021, 11:04 AMGET /careers
, and doesn’t seams to be possible? the URL will be /careers/
.. notice the /
at the end. Is there a way to tell the API to map /careers
and /careers/
?
Also, is there any convention, or best practice on this topic? I have been defining APIs without the ending /
all my life, but maybe is not correct.Frank
/careers
works in API v1, but in v2 you need the trailing slash /careers/
Adrián Mouly
08/25/2021, 10:29 PMAdrián Mouly
08/25/2021, 10:29 PM{root}
. or something like that?Adrián Mouly
08/25/2021, 10:30 PMFrank
Adrián Mouly
08/25/2021, 10:32 PMAdrián Mouly
08/25/2021, 10:32 PMFrank
{root}
base path right?Adrián Mouly
08/25/2021, 10:36 PMFrank
{root}
lolAdrián Mouly
08/27/2021, 3:35 AM/careers
which is the main path of the domain to {something}
.Adrián Mouly
08/27/2021, 3:35 AMAdrián Mouly
08/27/2021, 3:36 AM/
?