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

Update Rust Client #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update Rust Client #56

wants to merge 2 commits into from

Conversation

NivenT
Copy link
Contributor

@NivenT NivenT commented Jul 22, 2017

I updated the rust client to use reqwest instead of directly using hyper, fixed a bug in the way box spaces were being sample, and just all around made the code a little nicer. I believe this should resolve #55

Also, I went ahead and fixed the contributor's page issue in the readme.

@unixpickle
Copy link
Contributor

Is this a breaking change? I.e., will existing code that uses the old API break with this change?

@NivenT
Copy link
Contributor Author

NivenT commented Sep 22, 2017

Yes it would, but minimally. GymClient::new now returns a Result, so users would not need to handle the case that an error occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Rust Dependencies
2 participants