search for: api01

Displaying 1 result from an estimated 1 matches for "api01".

Did you mean: api00
2009 Sep 12
3
maintaining multiple API versions
...the same time once you grow and production test the application you start finding that you can make the API interface even better. But you have to break backward compatibility. How do you handle this situation? I was initially planning something like DNS versioning and multiple rails deployments (api01.startup.com, api05.startup.com). This plan won''t work anymore since there are cases when we will controlling the code, but not the deployment server and DNS setup. What''s the best way to implement API versioning in rails? -- M.