DEV Community

Discussion on: 8 Best Practices for REST API Design

Collapse
 
lmendev profile image
Luis Mendoza

What do you think about API URI Versioning? v1 v2 v3... 🤔

Collapse
 
aarone4 profile image
Aaron Reese

It's the least worst option. It really depends on why the API has changed and whether the changes are in the required or response

Collapse
 
dakujem profile image
Andrej Rypo

Yes, and then v4, I guess.

Collapse
 
tcelestino profile image
Tiago Celestino

It’s my big question.