We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Base_API module should import requests module and should set self.request_obj.
Base_API
requests
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 files.
API_Interface
Endpoints.py
The self.base_url also needs to be set in the Base_API module only.
self.base_url
The text was updated successfully, but these errors were encountered:
akkuldn
No branches or pull requests
The
Base_API
module should importrequests
module and should setself.request_obj
.The
self.request_obj
is currently set inAPI_Interface
module, theAPI_Interface
should serve only as an interface to allEndpoints.py
files.The
self.base_url
also needs to be set in theBase_API
module only.The text was updated successfully, but these errors were encountered: