Skip to content
New issue

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 Python module used to make HTTP requests should be imported and used in Base_API #453

Open
shivahari opened this issue Sep 12, 2024 · 0 comments
Assignees

Comments

@shivahari
Copy link
Collaborator

shivahari commented Sep 12, 2024

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 files.

The self.base_url also needs to be set in the Base_API module only.

@akkuldn akkuldn self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants