Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I had the same problem when designing a REST API a while ago. After reading lots of documents on REST philosophy I decided that no one really knows what REST is and there is no precise answer.

In our case, we decided to go with the version number in the API (I don't think it matters if you use "1" or "v1"), because we wanted to be able to easily route requests to various API versions in the future (using load balancers). But it's more a matter of taste than a hard technical decision.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: