]> git.openstreetmap.org Git - rails.git/commit
Extend API to allow changesets to be queried by ids
authorSimon Legner <Simon.Legner@gmail.com>
Thu, 5 Dec 2013 18:04:47 +0000 (18:04 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 5 Dec 2013 18:06:35 +0000 (18:06 +0000)
commit1d1f194d598e54a5d6fb4f38fb569d4138af0dc8
treead12ab6016cf66e59325b5ca4bf5a45a214633c6
parent0f2958aed4239afcceb6d80f8bc51ab5ad168051
Extend API to allow changesets to be queried by ids

Make changesets queryable by specifying a list of ids, for example:

    /api/0.6/changesets?changesets=1,2,3

This condition may be combined with others in the normal way.
app/controllers/changeset_controller.rb
test/functional/changeset_controller_test.rb