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:
Milan Cvetkovic 2024-03-11 13:14:04 +00:00
parent 898731ed81
commit 0db47f3f76
16 changed files with 851 additions and 4 deletions

View file

@ -0,0 +1,5 @@
xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << (render(@messages) || "")
end