thats right folks, i'm asking this question on a Friday before a Holiday weekend(US) at 3:52(est)


i've started to implement the Device registration endpoints in node and was just wondering what the id is here in this header


-v -H "Accept: application/json" -H "Content-type: application/json" -H "aerogear-push-id: someid"

is it something specific, or just a random number/alpha-numeric thingy


here is the doc link for reference: https://aerogear.org/docs/specs/aerogear-unifiedpush-rest/#246535932


I've also decided to create this as a separate module instead of including it in the node admin client here: https://github.com/bucharest-gold/unifiedpush-admin-client
mostly becuase these registration endpoints don't needed to be KC authenticated.  and they could also be used on a IOT device or something that runs node that has webpush/simplePush or some new crazy protocol.


-Luke