Created
February 29, 2020 00:16
-
-
Save flurrydev/1e74b22f51ee63f1a87b39c952e957e7 to your computer and use it in GitHub Desktop.
YDN Polling Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -g "https://rawdata.flurry.com/pulse/v1/rawData/~~YOUR_REQUEST_ID~~?fields[rawData]=requestStatus,s3URI" | |
| -H 'accept: application/vnd.api+json;' | |
| -H 'authorization: Bearer ~~YOUR TOKEN~~' | |
| -H 'cache-control: no-cache' | |
| -H 'content-type: application/vnd.api+json;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment