Skip to content

Should we endow the API scraper/s with knowledge of the available endpoints? #69

Description

@hancush

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions