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

Low level client #29

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Low level client #29

merged 3 commits into from
Oct 4, 2024

Conversation

einarmo
Copy link
Owner

@einarmo einarmo commented Oct 4, 2024

Refactors the client to use a request-builder approach, making it possible to customize requests more, and also to do stuff like we now do in a test, transfer subscriptions without being in the same session.

This is a fair bit more verbose, but it lets users set header parameters
if they want to, and it allows us to build infrastructure for request
retries in the future, in a more generic way.
@einarmo einarmo merged commit 0c00747 into rewrite-master Oct 4, 2024
8 checks passed
@einarmo einarmo deleted the low-level-client branch October 4, 2024 08:31
einarmo added a commit that referenced this pull request Dec 15, 2024
* Make client service calls use a request builder

This is a fair bit more verbose, but it lets users set header parameters
if they want to, and it allows us to build infrastructure for request
retries in the future, in a more generic way.

* Docs, some refactoring

* Add test for transfer subscriptions
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.

1 participant