Endpoint naming convention

In Xano endpoints are grouped by the initial text before the first slash. For instance business/read and business/contact groups these endpoints under 'business'.

Adding a /v1/ in there changes things a bit. By putting it first, everything is grouped by 'v1'. But putting it later means I can't have GET 'business/v1 ' more than once.

What's the best approach?

2 replies