Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

fix exchange betfair links #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickacioli
Copy link

For some reason, some exchange links were set to sb_inplay.

@meoww-bot
Copy link
Owner

As I see, it's still use ex/inplay as endpoint, you can check the docs from here, or if you can give me some reference docs?

@meoww-bot meoww-bot closed this Oct 8, 2020
@patrickacioli
Copy link
Author

The endpoint for some methods is set to self._sb_inplay, but hasn't.

ex_inplay

Is https://api.betsapi.com/v1/betfair/ex/inplay (self._ex_inplay), not (self._sb_inplay).

_ex_upcoming

Is self._ex_upcoming = https://api.betsapi.com/v1/betfair/ex/upcoming (self._ex_upcoming), not (self._sb_inplay).

ex_event

Is self._ex_event = https://api.betsapi.com/v1/betfair/ex/event (self._ex_upcoming), not (self._sb_inplay).

I think it's just a typo.

@meoww-bot meoww-bot reopened this Mar 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants