betcode-org / betconnect

betconnect - API client
MIT License
7 stars 6 forks source link

betting.active_market_types endpoint requires non-existent field #29

Closed BroomJack closed 2 years ago

BroomJack commented 2 years ago

The active_market_type endpoint requires an active field in the response from the API when we have removed this field. This is a change that can be seen when hitting the staging API service with our latest endpoints that are yet to hit production. This is why the endpoint continues to work when targeting production, however we need to be ready for when this is deployed. This issue also hinders integrating users who start on the staging API service.

BroomJack commented 2 years ago

It has been decided that with our new endpoints we will make sure they return the same style response as the original endpoints in order to make the transition seamless. Therefore the decision to drop the active field will instead be implemented at a later date and the response has been altered to make this endpoint work again. Issue no longer present.