Introduce rAPP Catalogue API 20/4920/5
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 19 Oct 2020 08:39:59 +0000 (10:39 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 28 Oct 2020 10:10:23 +0000 (11:10 +0100)
commit5ada515a9b796bdcb0a78c7fd4eb3512bd21c031
tree1ae47f3f47d3d43c9f249fb4ed4a67f4b7f349b8
parentb5cb68ea0e77d0a1421b4f17cc58b981628c29f7
Introduce rAPP Catalogue API

Change-Id: I0128c5b6405d2efd4de49d4ced200cd9fed6cf96
Issue-ID: NONRTRIC-287
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
18 files changed:
.gitignore
docs/.project [deleted file]
docs/api-docs.rst
docs/conf.py
docs/images/swagger.png [new file with mode: 0644]
docs/images/yaml_logo.png [new file with mode: 0644]
docs/requirements-docs.txt
pom.xml
r-app-catalogue/.gitignore [new file with mode: 0644]
r-app-catalogue/Dockerfile [new file with mode: 0644]
r-app-catalogue/README.md [new file with mode: 0644]
r-app-catalogue/api/rac-api.json [new file with mode: 0644]
r-app-catalogue/api/rac-api.yaml [new file with mode: 0644]
r-app-catalogue/config/application.yaml [new file with mode: 0644]
r-app-catalogue/pom.xml [new file with mode: 0644]
r-app-catalogue/src/main/java/org/oransc/rappcatalogue/api/ServicesApiDelegateImpl.java [new file with mode: 0644]
r-app-catalogue/src/test/java/org/oransc/rappcatalogue/api/ServicesApiDelegateImplTest.java [new file with mode: 0644]
tox.ini