We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e64dd commit 8a518ecCopy full SHA for 8a518ec
1 file changed
easyswitch/adapters/base.py
@@ -87,6 +87,9 @@ class BaseAdapter(abc.ABC):
87
PRODUCTION_URL: str = ""
88
"""Production URL for the adapter."""
89
90
+ ENDPOINTS: Dict[str, str] = {}
91
+ """API endpoints for the adapter."""
92
+
93
SUPPORTED_CURRENCIES: List[Currency] = []
94
"""List of supported currencies for the adapter."""
95
0 commit comments