Papa and Walmart Notes. Anthology and HackerRank templates.
This commit is contained in:
@ -875,3 +875,35 @@ Other Notes:
|
||||
TODO: Roadmap session - schedule some time with same team for Allyson and Joris to lead.
|
||||
* Krystal - Enhancement of video capabilities. Wants to double-down.
|
||||
* Travis - Track all tasks across - Monday.com access?
|
||||
|
||||
## 10/27/2023
|
||||
|
||||
### Postman curls from Travis
|
||||
|
||||
Resources:
|
||||
|
||||
```bash
|
||||
curl --location --request POST 'https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=AIzaSyB5i2RzWjqjq5Sa9nXwzrTZHGoj07WwyYI' \
|
||||
--header 'Content-Type: text/plain' \
|
||||
--data-raw '{
|
||||
"longDynamicLink": "https://sparkdriverapp.page.link/?link=https://sparkdriver.com/resourcehub?id=90bbdf4d-c674-403c-93d1-1c2e43364e0e&apn=com.walmart.sparkdriver&ibi=com.walmart.sparkdriver",
|
||||
"suffix": {
|
||||
"option": "UNGUESSABLE"
|
||||
}
|
||||
}'
|
||||
```
|
||||
2022 Tax Filing Course UUID: `90bbdf4d-c674-403c-93d1-1c2e43364e0e`
|
||||
Preview Course UUID that isn't working: `18f860db-9039-4e87-b0f7-80946367eea1`
|
||||
|
||||
Categories:
|
||||
|
||||
```bash
|
||||
curl --location --request POST 'https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=AIzaSyB5i2RzWjqjq5Sa9nXwzrTZHGoj07WwyYI' \
|
||||
--header 'Content-Type: text/plain' \
|
||||
--data-raw '{
|
||||
"longDynamicLink": "https://sparkdriverapp.page.link/?link=https://sparkdriver.com/resourcehub?category=DROP_OFF_AND_RETURNS&apn=com.walmart.sparkdriver&ibi=com.walmart.sparkdriver",
|
||||
"suffix": {
|
||||
"option": "UNGUESSABLE"
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user