shivahari
Results
12
issues of
shivahari
The `Base_API` module should import `requests` module and should set `self.request_obj`. The `self.request_obj` is currently set in `API_Interface` module, the `API_Interface` should serve only as an interface to all `Endpoints.py`...
enhancement
Move the `Base_Logging` object from `utils/Base_Logging` module to the `core_helpers/logging_objects` module. `Base_Logging` configures `Loguru` and sets log file that the `Logging_Objects` object in `core_helpers/logging_objects` writes to. With most of the...
enhancement
good first issue