wow-token-app-bot/token_bot/token_database/endpoints.py
Emily Doherty c78ced85ca Very Initial MVP
There is so much more to do, but I think it is time to commit this to VCS
2024-11-30 03:27:32 -08:00

8 lines
208 B
Python

from enum import Enum
class Endpoints(str, Enum):
RETAIL_CURRENT = '/v2/current/retail.json'
CLASSIC_CURRENT = '/v2/current/classic.json'
RETAIL_HISTORY_ALL = '/v2/relative/retail/us/all.json'