Skip to content

Commit

Permalink
creating api/auth.py and api/request.py modules
Browse files Browse the repository at this point in the history
#177

removing old `api.py` and adapting `__init__.py` files of `modules` folder
  • Loading branch information
SimonSAMPERE committed Aug 8, 2019
1 parent 2ce825e commit d4d8e9e
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 150 deletions.
2 changes: 1 addition & 1 deletion modules/__init__.py
@@ -1,4 +1,4 @@
from .api import IsogeoPlgApiMngr
from .api import Authenticator, ApiRequester
from .metadata_display import MetadataDisplayer
from .results import ResultsManager, CacheManager
from .tools import IsogeoPlgTools
Expand Down
2 changes: 2 additions & 0 deletions modules/api/__init__.py
@@ -0,0 +1,2 @@
from .auth import Authenticator
from .request import ApiRequester

0 comments on commit d4d8e9e

Please sign in to comment.