<p dir="auto">...as discussed in <a href="https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal" rel="nofollow">Issue #4509</a> and documented in <a href="https://wiki.openstreetmap.org/w/index.php?title=Messaging_API_proposal" rel="nofollow">Messaging API reference</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/4605'>https://github.com/openstreetmap/openstreetmap-website/pull/4605</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/commits/c2b18108eb0ca25dd6f91192d8bbbba269ba0302" class="commit-link">c2b1810</a>  Add Messages API</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files">16 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-29beaabe278fd17493296745cecb67919f0906b47b8246ab770f5517615d9ef7">.rubocop_todo.yml</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-38488bd50be0cf63517ec5ae3fd3c4e462b3fdda7201844b0ab3442b73b8c08d">app/abilities/api_capability.rb</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-8be6739b8297178f5c316ed7db84d899ae7e8d150db267e482fdbd4f29f19fc2">app/controllers/api/messages_controller.rb</a>
    (152)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-a6fe85d68482afc2afb5f2fdc97b79f53c3496cb18b52333115aef7d123cbc0a">app/views/api/messages/_message.json.jbuilder</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-6999cc2407d8ee783e220c8b8524993a3ccfdea79b5ace01ce48107e72bc9d38">app/views/api/messages/_message.xml.builder</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-b2c7fb63f9ffaaa79988d3b4c37cab2b3826eab04878cb8ff02bedafb68e05fd">app/views/api/messages/inbox.json.jbuilder</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-0c5df501aab0bcb633066938e06d768e9f3c589458db00e5f08fa2c036795219">app/views/api/messages/inbox.xml.builder</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-df9c8444e953179fb1de7625e03643b03fcd4d264d258e7ec3823b019a39c4c1">app/views/api/messages/outbox.json.jbuilder</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-b654fe174b80791a57fa63d470734c42a70057798a9f2772ab4ef307ebb0dca6">app/views/api/messages/outbox.xml.builder</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-6c8e373e71e0d8682c15f1b5f3c00bbb4b31411c45789b2e8c34358e4afd8549">app/views/api/messages/show.json.jbuilder</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-16d5e0b28354462c037efc4bc1707fdc93528909ed0f2f5002516c4ba8c12fe4">app/views/api/messages/show.xml.builder</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-44438ce218f5287c58d0017f965d888715635d94280669896f75841fbd7b4cd7">config/locales/en.yml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-959bc9abc46a55332bb64d5155a79323afa75a50ec1a2137ddd22d926f62c6c5">config/routes.rb</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-e769bbb8c1ba3711c5403b424ed9c218ffafba7f1890ee394717196f28ff4540">config/settings.yml</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-373d9a0dc0a0811fb3fb744cfed277eb94abc4cbc3dac74ff66ab787a06766be">lib/oauth.rb</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605/files#diff-123a7e1bd6121c8c11cbebaa72111f522c2f52e0e29a9b2ce4a49a761ea74356">test/controllers/api/messages_controller_test.rb</a>
    (568)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4605.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/4605.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4605.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/4605.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4605">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOLZPH63VIBOVQTZKTYZKOJNAVCNFSM6AAAAABFBAKSFGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TSNJXGM4TKOI">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLOH2HBYX35MVO6PNHDYZKOJNA5CNFSM6AAAAABFBAKSFGWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHIGGWVY4.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/4605</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/4605",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4605",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>