ugh api is duplicated
This commit is contained in:
@@ -2,6 +2,8 @@ import os
|
|||||||
import requests
|
import requests
|
||||||
API_HOST = os.getenv('API_HOST', 'https://api.commadotai.com')
|
API_HOST = os.getenv('API_HOST', 'https://api.commadotai.com')
|
||||||
|
|
||||||
|
# TODO: this should be merged into common.api
|
||||||
|
|
||||||
class CommaApi:
|
class CommaApi:
|
||||||
def __init__(self, token=None):
|
def __init__(self, token=None):
|
||||||
self.session = requests.Session()
|
self.session = requests.Session()
|
||||||
|
|||||||
Reference in New Issue
Block a user