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

Fix docstring for WaybackClient #117

Closed
wants to merge 2 commits into from

Conversation

dgilman
Copy link
Contributor

@dgilman dgilman commented May 29, 2023

The client refers to some of the class members from WaybackSession (e.g. search_calls_per_second) so this needs to be an instance of WaybackSession

@Mr0grog
Copy link
Member

Mr0grog commented May 30, 2023

Ah, thanks for catching this! Looks like we broke compatibility with requests sessions in #79 and did not realize it then.

@Mr0grog
Copy link
Member

Mr0grog commented May 30, 2023

@dgilman can I add you to the contributors list?

@Mr0grog Mr0grog added the documentation Improvements or additions to documentation label May 30, 2023
@dgilman
Copy link
Contributor Author

dgilman commented Jul 22, 2023

I've added myself to the README in this PR

@@ -68,6 +68,7 @@ Thanks to the following people for their contributions and help on this package!
- `Will Sackfield <https://github.com/8W9aG>`_ (Code, Tests)
- `Ed Summers <https://github.com/edsu>`_ (Code, Tests)
- `Lion Szlagowski <https://github.com/LionSzl>`_ (Code, Tests)
- `David Gilman <https://pro-football-history.com>`_ (Complaints)
Copy link
Member

Choose a reason for hiding this comment

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

I’m changing this link to your GitHub profile; this is not a place to advertise other projects.

Mr0grog pushed a commit that referenced this pull request Jul 23, 2023
Update the type for the `session` parameter to WaybackClient. As of #79, it needs to be an instance of `WaybackSession`, not `requests.Session`.
@Mr0grog
Copy link
Member

Mr0grog commented Jul 23, 2023

Merged in 580adf8

@Mr0grog Mr0grog closed this Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants