betcode-org / betconnect

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

get_active_bet_requests endpoint present #35

Open BroomJack opened 2 years ago

BroomJack commented 2 years ago

Just like Issue #33 the get_active_bet_requests endpoint is one that betconnect has deprecated from use. It is still active in order to not break integration for some users as they transition, but we have removed all use from the site and this endpoint is not in our docs. This endpoint should be removed to make sure users don't make this part of their integration and we then remove it from our API. Instead they are urged to use the my_bets/back/{user_id}/active endpoint.