“2013-08”是最新的 Azure 通知中心 REST API 版本还是文档已过时?
Is "2013-08" the latest Azure Notification Hubs REST API version or is the documentation outdated?
我想知道 Azure Notification Hubs REST API
documentation 是否仍然正确且是最新的,或者 是否已经存在可以使用比“2013-08”更新的 API 版本。
所有单页显示"Updated: February 26, 2015",但我猜这只是所有页面的元数据更新,因为API版本没有改变,它是仍然是“2013-08”。
Here (and here) is an example for the REST API usage from Elio Damaggio 使用“2013-10”作为 api 版本。
我尝试了从“2013-10”到“2015-03”的格式 "yyyy-mm" 中所有可能的 api 版本值,以下是有效的:“2013- 10”、“2014-01”、“2014-05”、“2014-08”、“2014-09”、“2015-01”。
有人使用比“2013-08”更新的 API 版本吗?或者有人知道更新的 API 版本或文档吗? 具体来说,有谁知道是否有更新的 API 版本的文档,例如“2015-01”,或者至少是更新日志?
得到一个 answer on MSDN forums:
The latest version is 2015-01. All or most of features works with
starting version 2013-08.
Version in documentation indicates that minimum version required for
working that feature. Hence, all documentation is pointing to 2013-08.
...
Yes, you can use version 2015-01 instead of 2013-08. There won’t be
any difference because we didn’t do any breaking changes from 2013-08.
All the features works from version 2013-08.
此外,Java Windows Azure 通知中心 on github REST 包装器的源代码似乎是一个很好的参考。它现在使用 api 版本“2014-09”,而不是“2015-01”,但至少它包含 Amazon Device Messaging 和 [=17 的注册码=]Baidu Cloud Push 目前在 REST API 文档中缺失。
我想知道 Azure Notification Hubs REST API
documentation 是否仍然正确且是最新的,或者 是否已经存在可以使用比“2013-08”更新的 API 版本。
所有单页显示"Updated: February 26, 2015",但我猜这只是所有页面的元数据更新,因为API版本没有改变,它是仍然是“2013-08”。
Here (and here) is an example for the REST API usage from Elio Damaggio 使用“2013-10”作为 api 版本。
我尝试了从“2013-10”到“2015-03”的格式 "yyyy-mm" 中所有可能的 api 版本值,以下是有效的:“2013- 10”、“2014-01”、“2014-05”、“2014-08”、“2014-09”、“2015-01”。
有人使用比“2013-08”更新的 API 版本吗?或者有人知道更新的 API 版本或文档吗? 具体来说,有谁知道是否有更新的 API 版本的文档,例如“2015-01”,或者至少是更新日志?
得到一个 answer on MSDN forums:
The latest version is 2015-01. All or most of features works with starting version 2013-08.
Version in documentation indicates that minimum version required for working that feature. Hence, all documentation is pointing to 2013-08.
...
Yes, you can use version 2015-01 instead of 2013-08. There won’t be any difference because we didn’t do any breaking changes from 2013-08. All the features works from version 2013-08.
此外,Java Windows Azure 通知中心 on github REST 包装器的源代码似乎是一个很好的参考。它现在使用 api 版本“2014-09”,而不是“2015-01”,但至少它包含 Amazon Device Messaging 和 [=17 的注册码=]Baidu Cloud Push 目前在 REST API 文档中缺失。