Skip to content

Conversation

@Z14tk0
Copy link
Contributor

@Z14tk0 Z14tk0 commented Mar 21, 2025

This PR enables HTTP PATCH requests in the clients Prism implementation module. It is the first of several PRs aimed at implementing the rest of the Prism module functionality.

The goal is to support a fluent API usage such as (see TestRestPrismService.java for a usage example):

midpointClient.users().oid(oid).modify().setModifications(inputStream).post();

Please let me know if any additional changes are needed or if you have feedback on the code structure.

Best regards, thank you
Z14tk0

@Z14tk0 Z14tk0 changed the title Feature - support for HTTP PATCH in client Prism implementation module Feature - support for HTTP PATCH in client's Prism implementation module Mar 21, 2025
- code restructuring and minor cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant