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

SerpApi GET Method Implementation #113

Merged
merged 16 commits into from
May 7, 2023
Merged

SerpApi GET Method Implementation #113

merged 16 commits into from
May 7, 2023

Conversation

hakanaktas0
Copy link
Contributor

@hakanaktas0 hakanaktas0 commented May 5, 2023

This PR includes the implementation of the GET method that utilizes the SerpApi. It also includes the yaml file of Github Actions for automated testing.

Fixes #112

@hakanaktas0 hakanaktas0 added status: needs-review size: medium Requires moderate effort and may take several days to a week to complete. difficulty: moderate Requires more than basic skills and knowledge, and may require research or collaboration to complete type: implementation This issue is related to implementation labels May 5, 2023
@hakanaktas0 hakanaktas0 self-assigned this May 5, 2023
A different key will be used in deployment.
Copy link
Contributor

@mehmetSuzer mehmetSuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, I think it is a great start for the implementation of our web application.

@hakanaktas0
Copy link
Contributor Author

All reviews are completed. I am merging this PR.

@hakanaktas0 hakanaktas0 merged commit 338f1dd into bounswe:main May 7, 2023
# Create your tests here.
class google_scholar_test_cases(TestCase):
Copy link
Contributor

@laylaylo laylaylo May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I was just looking at this code again and I noticed that the class naming doesn't quite align with our decision to use PEP-8 Style, see class naming convention. Just a friendly reminder for future reference!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the heads up. I will fix them in a future PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: moderate Requires more than basic skills and knowledge, and may require research or collaboration to complete size: medium Requires moderate effort and may take several days to a week to complete. type: implementation This issue is related to implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting up Github Actions
4 participants