SleeplessAnnoyedNerd

Results 2 comments of SleeplessAnnoyedNerd

Just adding to this: * For the _old_ CD website I implemented this (= scrapping/extracting stuff from HTML). * For the _new_ JSON-based one it would be possible too (of...

``` -H "Content-Type: application/x-www-form-urlencode" \ --data-urlencode 'data={ "pushInformation": { "deviceType": "IOS", "appId": "571723554282"; "pushToken": "my-token", "pushType": "ALWAYS", "uuid": "my-uuid" } }' ``` * `appId`: * Android:`571723554282` * iOS: ? *...