sonata-nfv / tng-sdk-package

The 5GTANGO SDK tool to create and unpack 5GTANGO packages.
http://www.5gtango.eu
Apache License 2.0
7 stars 9 forks source link

REST: Support packaging of 5GTANGO projects using REST #89

Closed mpeuster closed 5 years ago

mpeuster commented 6 years ago

POST to /project

Input: ZIP file with project structure/files

Processing: Extract ZIP to local FS (temp), run packaging process on it.

Return: Link to *.tgo file for download.

Document: Endpoint documentation using Swagger and Wiki


2019-05-13:

Also have a GET /project that lists all created packages (JSON list with package names, uuids, links)