hello
I have only just started looking at the API-NG so I could be missing something obvious here but I noticed this enum confusion.
https://api.developer.betfair.com/se.../Betting+Enums
This documentation shows 7 Enum values, including MARKET_START_TIME
However the latest c# example code shows
In this MARKET_START_TIME is missing ?
Which of these is correct, it would be significant as the enums above the missing one will be out by one from the docs ?
Thanks for any clarification
Geoff
I have only just started looking at the API-NG so I could be missing something obvious here but I noticed this enum confusion.
https://api.developer.betfair.com/se.../Betting+Enums
This documentation shows 7 Enum values, including MARKET_START_TIME
However the latest c# example code shows
Code:
public enum MarketProjection
{
COMPETITION, EVENT, EVENT_TYPE, MARKET_DESCRIPTION, RUNNER_DESCRIPTION, RUNNER_METADATA
}
Which of these is correct, it would be significant as the enums above the missing one will be out by one from the docs ?
Thanks for any clarification
Geoff


Comment