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

Add a convenient wrapper class with defaults to simplify setup #124

Closed
wants to merge 9 commits into from

Conversation

samuel-holt
Copy link
Contributor

Overview

During testing and documentation, I noticed the RaygunClient setup process was quite verbose and complicated - which could potentially be a barrier. I've created a wrapper class which will take care of building the HTTP client and transport, and just requires an API key (similar to the old API). This also hides the base URI and reduces the number of lines of code required to get set up.

@samuel-holt samuel-holt changed the title [WIP] Add a convenient wrapper class with defaults to simplify setup Add a convenient wrapper class with defaults to simplify setup Jan 29, 2020
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.

None yet

2 participants