api custom header 79/79079/9
authorluna <nil@vmware.com>
Mon, 25 Feb 2019 03:13:26 +0000 (11:13 +0800)
committerni lu <nil@vmware.com>
Fri, 15 Mar 2019 02:53:45 +0000 (02:53 +0000)
commitdc478d6c91264f483c6dfb79cf1ff80a12eb1be2
tree5f06e63474295992d4ec7cfc026e1a763ce0352a
parentc852448b1e6ca5e28e0b0dab26c2af3d5af3f390
api custom header
Issue-ID: DCAEGEN2-897

Change-Id: Iaff1a8f71a0ab1be997fbea654d6032eee91009b
Signed-off-by: luna <nil@vmware.com>
pom.xml
standardization/api-custom-header/pom.xml [new file with mode: 0644]
standardization/api-custom-header/src/main/java/org/onap/dcaegen2/services/sdk/standardization/header/ApiVersionManagement.java [new file with mode: 0644]
standardization/api-custom-header/src/main/java/org/onap/dcaegen2/services/sdk/standardization/header/ApiVersionModel.java [new file with mode: 0644]
standardization/api-custom-header/src/main/java/org/onap/dcaegen2/services/sdk/standardization/header/CustomHeaderUtils.java [new file with mode: 0644]
standardization/api-custom-header/src/main/java/org/onap/dcaegen2/services/sdk/standardization/util/ObjectManagement.java [new file with mode: 0644]
standardization/api-custom-header/src/test/java/org/onap/dcaegen2/services/sdk/standardization/header/CustomHeaderUtilsTest.java [new file with mode: 0644]
standardization/api-custom-header/src/test/resources/api_version_config.json [new file with mode: 0644]
standardization/docs/custom_header.rst [new file with mode: 0644]
standardization/docs/index.rst [new file with mode: 0644]
standardization/pom.xml [new file with mode: 0644]