Add Messages API
as discussed in [Issue #4509](https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal) and documented in [Messaging API reference](https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal)
This commit is contained in:
parent
898731ed81
commit
0db47f3f76
16 changed files with 851 additions and 4 deletions
5
app/views/api/messages/outbox.xml.builder
Normal file
5
app/views/api/messages/outbox.xml.builder
Normal file
|
@ -0,0 +1,5 @@
|
|||
xml.instruct!
|
||||
|
||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||
osm << (render(@messages) || "")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue