[openstreetmap/openstreetmap-website] Add Messages API (PR #4605)
Milan Cvetkovic
notifications at github.com
Fri Mar 22 15:42:07 UTC 2024
@milan-cvetkovic commented on this pull request.
> @@ -0,0 +1,11 @@
+xml.tag! "message", :id => message.id,
+ :from_user_id => message.from_user_id,
+ :to_user_id => message.to_user_id,
+ :sent_on => message.sent_on,
Thanks, I wasn't aware of this. The Z format is more appropriate for API, since it is easier to machine parse. Will modify.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4605#discussion_r1535793195
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4605/review/1955146886 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240322/f1efcea5/attachment.htm>
More information about the rails-dev
mailing list