chore(api-client): restructure modules

This commit is contained in:
jo 2022-07-22 12:49:21 +02:00 committed by Kyle Robbertze
parent 71b3f7f065
commit 8369d55eb9
10 changed files with 102 additions and 99 deletions

View file

@ -1 +0,0 @@
__all__ = ["version1"]

View file

@ -16,7 +16,7 @@ import urllib.parse
import requests
from ._config import Config
from .utils import ApiRequest, RequestProvider
from ._utils import ApiRequest, RequestProvider
AIRTIME_API_VERSION = "1.1"

View file

@ -9,7 +9,7 @@
import logging
from ._config import Config
from .utils import RequestProvider
from ._utils import RequestProvider
LIBRETIME_API_VERSION = "2.0"