Uh oh!
There was an error while loading. Please reload this page.
Issue 53463: Add query-saveRows.api endpoint wrapper to Java client API - #83
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Delete | ||
| } | ||
| public static class Command |
There was a problem hiding this comment.
Largely a duplicate of SaveRowsCommand, but for the CommandType. Even if we decide not to rebrand SaveRowsCommand, I think making that class a shell that derives from CommandBase that could then also be used here might be a good idea.
There was a problem hiding this comment.
As discussed, not really overlap in behavior since this is not a command like a post command or a get command (in labkey-api-java parlance). Added comment above class explaining this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Rationale
This addresses Issue 53463 by adding an endpoint wrapper
SaveRowsApiCommandfor thequery-saveRows.apiendpoint. Integration test coverage added in related PR.Related Pull Requests
Changes
SaveRowsApiCommandto prepare and execute requests againstquery-saveRows.apiendpoint.SaveRowsApiResponsethat wraps endpoint response.includeEmptyPermGroupsto GetGroupPermsCommand