[OSM-dev] API 0.6 wiki page

Lars Francke lars.francke at gmail.com
Mon Apr 20 19:48:48 BST 2009


>  - In routes.rb there is no api/0.6/relation/:id/:version to retrieve
> an old version of a relation but all the neccessary methods are there
> (old_relation_controller#version) but there is a type (see attached
> diff)

I see that someone by the name of "smsm1" has fixed a typo.
Unfortunately it is still wrong:
This is correct:
-      render :nothing => true, :status => :internetal_service_error
+      render :nothing => true, :status => :internal_server_error

So "service" needs to be changed to "server", too. And an addition to
the routes file if anyone has tested that method.

Thanks!




More information about the dev mailing list