feat: rename AirtimeApiClient to ApiClient
This commit is contained in:
parent
6f2724dad1
commit
473e770e8a
13 changed files with 15 additions and 15 deletions
|
@ -25,7 +25,7 @@ api_endpoints["file_url"] = "files/{id}/"
|
|||
api_endpoints["file_download_url"] = "files/{id}/download/"
|
||||
|
||||
|
||||
class AirtimeApiClient:
|
||||
class ApiClient:
|
||||
API_BASE = "/api/v2"
|
||||
|
||||
def __init__(self, logger=None, config_path="/etc/libretime/config.yml"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue