-
Notifications
You must be signed in to change notification settings - Fork 28
Backend http endpoint #290
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
Conversation
… backend-http-property
Codecov ReportBase: 88.70% // Head: 88.50% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #290 +/- ##
==========================================
- Coverage 88.70% 88.50% -0.20%
==========================================
Files 45 46 +1
Lines 3655 3670 +15
==========================================
+ Hits 3242 3248 +6
- Misses 413 422 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Updated logic to pass through the backend class to the resource and infra handlers instead of just the backend string name. This allows us to add some backend properties that can be used by the various resources. such as `self.backend.http_endpoint`
Updated logic to pass through the backend class to the resource and infra handlers instead of just the backend string name. This allows us to add some backend properties that can be used by the various resources.
such as
self.backend.http_endpoint