Generic REST client for external services 43/58743/18
authorgolabek <tomasz.golabek@nokia.com>
Wed, 1 Aug 2018 13:56:44 +0000 (15:56 +0200)
committerWojciech Sliwka <wojciech.sliwka@nokia.com>
Thu, 23 Aug 2018 09:02:34 +0000 (11:02 +0200)
commit985bc34c7519ae45adf464d68315f06972152d0e
tree368701f553976051ed2a112420f8b0582ea51151
parentdf5c2a05532cfb04dc3b08205145e38cecf0ed65
Generic REST client for external services

Initial commit for generic REST client for requests to another components APIs

Change-Id: I4af29ab1e45fd805403622e60585a351f3ef5d20
Issue-ID: VID-266
Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
vid-app-common/pom.xml
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClientInterface.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/client/SyncRestClientForHttpServerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/client/SyncRestClientForHttpsServerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/client/SyncRestClientModel.java [new file with mode: 0644]