▲ | pixl97 3 days ago | |
This here, it's way easier to grep a file for /v1/ and show all the api endpoints then ensure you haven't missed something. | ||
▲ | andix 2 days ago | parent | next [-] | |
Edit: ^/api(/(?!v[0-9]).)?$ is v1 ^/api/v2(/.)?$ is v2 It's really not an issue in any case, it just itches your brain, because is not as neat as you would like it to be. | ||
▲ | cmcconomy 3 days ago | parent | prev [-] | |
grep for /* and omit /v2 ? |