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 builder pattern to RequestOptions #1236

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Add builder pattern to RequestOptions #1236

merged 2 commits into from
Feb 13, 2024

Conversation

jillingk
Copy link
Contributor

Description
Using a builder pattern makes it way easier to instantiate this requestoptions. Instead of instantiating, setting parameters and then passing to the service call we can now instantiate requestoptions by using New RequestOptions().idempotencyKey() which is also in line with our other models.

@jillingk jillingk requested a review from a team as a code owner February 13, 2024 09:49
Copy link

sonarcloud bot commented Feb 13, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@jillingk jillingk added the Fix Indicates a bug fix label Feb 13, 2024
@jillingk jillingk merged commit c122556 into main Feb 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Indicates a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants