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 API operations results to include SplunkACSResponse #10

Merged
merged 2 commits into from
Feb 12, 2023

Conversation

atanaspam
Copy link
Owner

Until now the results of each API operation also included the underlying HttpResponse in order to allow the downstream consumers to adjust their operation based on additional parameters such as StatusCode and headers. This is not ideal and I would like to decouple the client API results from the http responses. The plan is that any additional metadata that might be required will be provided in the new SplunkACSResponse struct.
For now that still includes the HttpResponse for easy migration and backward compatibility.

@atanaspam atanaspam merged commit b8bfbc7 into main Feb 12, 2023
@atanaspam atanaspam deleted the atanas-wip branch February 12, 2023 19:59
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