Skip to content

Conversation

@aerjenn
Copy link

@aerjenn aerjenn commented Jan 31, 2023

This PR adds some extra functions to the notification hub python package in order to also be able to create device installations in Notfication Hub, so this can be done from a Python back-end as well.

Functions added :

  • add_device_installation(registration_data)
  • get_all_device_registrations()
  • get_device_registration(registrationid)
  • get_device_installation(installationId)
  • delete_device_registrations(registrationId)
  • delete_device_installation(installationId)

kylekampy and others added 30 commits January 23, 2019 14:40
Remove old broken VSTO telemetry sample and replace
Added Apache Cordova and Ionic 3 sample apps plus reworked the readme.
fixed links in the .NET readme
chore(iOS): remove old sample apps
dependabot bot and others added 28 commits March 30, 2022 02:58
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…icationHubSample/app/async-2.6.4

Bump async from 2.6.3 to 2.6.4 in /NotificationHubSample/app
…icationHubSample/app/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6 in /NotificationHubSample/app
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…icationHubSample/app/plist-3.0.5

Bump plist from 3.0.4 to 3.0.5 in /NotificationHubSample/app
…icationHubSample/app/ansi-regex-3.0.1

Bump ansi-regex from 3.0.0 to 3.0.1 in /NotificationHubSample/app
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1.
- [Release notes](https://github.com/wollardj/simple-plist/releases)
- [Commits](wollardj/simple-plist@v1.1.1...v1.3.1)

---
updated-dependencies:
- dependency-name: simple-plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@6.0.4...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext). These dependencies need to be updated together.


Removes `xmldom`

Updates `react-native-windows` from 0.63.5 to 0.63.41
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/main/vnext/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-windows/commits/HEAD/vnext)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: react-native-windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.13.1 to 2.10.0.
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](software-mansion/react-native-reanimated@1.13.1...2.10.0)

---
updated-dependencies:
- dependency-name: react-native-reanimated
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…/SafariPushNotifications/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 6.0.4 to 13.0.1 in /PushToSafari/SafariPushNotifications
…HubSample/app/windows/app/Newtonsoft.Json-13.0.2

Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /NotificationHubSample/app/windows/app
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…icationHubSample/app/decode-uri-component-0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2 in /NotificationHubSample/app
…/SafariPushNotifications/Newtonsoft.Json-13.0.2

Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /PushToSafari/SafariPushNotifications
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…icationHubSample/app/minimatch-3.1.2

Bump minimatch from 3.0.4 to 3.1.2 in /NotificationHubSample/app
…icationHubSample/app/qs-6.5.3

Bump qs from 6.5.2 to 6.5.3 in /NotificationHubSample/app
…icationHubSample/app/react-native-reanimated-2.10.0

Bump react-native-reanimated from 1.13.1 to 2.10.0 in /NotificationHubSample/app
…icationHubSample/app/xmldom-and-react-native-windows--removed

Bump xmldom and react-native-windows in /NotificationHubSample/app
…icationHubSample/app/simple-plist-1.3.1

Bump simple-plist from 1.1.1 to 1.3.1 in /NotificationHubSample/app
@marstr marstr force-pushed the main branch 2 times, most recently from 0c90e11 to 821324c Compare November 30, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants