Azure / azure-sdk-for-node

Azure SDK for Node.js - Documentation
https://github.com/Azure/azure-sdk-for-node#documentation
MIT License
1.19k stars 568 forks source link

NotificationHub should allow various template registration APIs to specify TemplateName #1131

Closed toddreifsteck closed 9 years ago

toddreifsteck commented 10 years ago

TemplateName is always the last element in a TemplateRegistration. In WNS, it comes after WnsHeaders. In MPNS, it comes after MpnsHeaders. In APNS, it comes after Expiry. In GCM, it comes after BodyTemplate.

https://github.com/Azure/azure-sdk-for-node/issues/1131

toddreifsteck commented 10 years ago

Sent a pull request fixing the internal methods so this can be flowed if a user builds their own javascript objects, but did not have time to fix all APIs.

amarzavery commented 9 years ago

closing this issue due to age. Please reopen if this is an issue