Fairlay / Bitcoin-Betting

2 stars 3 forks source link

Competitions Subscription needs to return Number of markets #6

Closed Fairlay closed 2 years ago

caravan1723 commented 2 years ago

the competition data is now returned as a collection of [ : ]

caravan1723 commented 2 years ago

{ "State": "Success",

"Type": "SubscribeCompetitions",

"Data": {
    "1": {
        { "Sweden - 2nd Div. Sodra Svealand": 4 },
        { "Ireland - Premier Corners": 5 },
    },
    "2": {
        { "ITF Women Ceska Lipa - QF": 3 },
    },
    "12": {
        { "Australia - NBL1 Women": 2 },
        { "New Zealand - NBL": 6 }
    },
    "35": {}
}
// Dict where key is category ID with an array of competition names

}