Currently, we manually build endpoint URLs, like so:
|
events_url = self.BASE_URL + '/events/' |
It would be cool to be able to reference endpoints like self.EVENTS_URL, etc.
If we we go this direction, we ought to have a conversation about whether to include all of the endpoints, or an oft-used subset, and how to organize that knowledge amongst the base scraper and its children.