Details
Assignee
UnassignedUnassignedReporter
Dima TkachenkoDima TkachenkoPriority
P3Story Points
2Development Team
VolarisTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Dima Tkachenko
Dima TkachenkoPriority
Story Points
2
Development Team
Volaris
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 11, 2020 at 12:15 PM
Updated May 30, 2023 at 11:05 AM
RMB provides a way to generate java client to call back-end interfaces of a module. Client hides all the details about interface naming, specific http methods etc under regular java methods. This way the integration can be done more easily and the code becomes clear.
The goal of this US is to support java client generation in
folio-custom-fields
module. Once it's available the interested parties, likemod-user-import
, could leverage from using this client in their calls to custom fields back-end.Samples of java client generation and module project structure can be found in modules:
mod-source-record-manager
mod-source-record-storage
It's expected that the current structure of
folio-custom-fields
should be modified to have maven subprojects and one of them should be the java client