Skip to content

Instantly share code, notes, and snippets.

@gallynaut
Created March 18, 2022 01:02
Show Gist options
  • Save gallynaut/5fc5c2a437fa573c4d080a56565d3fb8 to your computer and use it in GitHub Desktop.
Save gallynaut/5fc5c2a437fa573c4d080a56565d3fb8 to your computer and use it in GitHub Desktop.
Yahoo Job for Michigan at CSU 3/17/22
{
"tasks": [
{
"httpTask": {
"url": "https://api-secure.sports.yahoo.com/v1/editorial/s/boxscore/ncaab.g.202203170126"
}
},
{
"conditionalTask": {
"attempt": [
{
"jsonParseTask": {
"path": "$..[?(@property == \"game\" && @.status_type == \"status.type.final\" && @.winning_team_id == @.home_team_id)].minimum_periods"
}
},
{ "valueTask": { "value": 1 } }
],
"onFailure": [
{
"jsonParseTask": {
"path": "$..[?(@property == \"game\" && @.status_type == \"status.type.final\" && @.winning_team_id == @.away_team_id)].minimum_periods"
}
},
{ "valueTask": { "value": 2 } }
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment