sonata-nfv / son-catalogue

SONATA's SDK Catalogue
http://www.sonata-nfv.eu
Apache License 2.0
1 stars 2 forks source link

First version implementation for son-catalogue (NSD catalogue) #3

Closed dang03 closed 8 years ago

dang03 commented 8 years ago

This is a second iteration over the first version that features three core REST methods: •GET (returns all nsd from catalogue) •POST (stores a nsd into the catalogue) •DELETE (removes a nsd from the catalogue)

The GET method now supports some variants to retrieve a single NSD by name and version. More methods to come. This version is intended for SONATA SDK, but it can be used for SONATA SP too. More info the README file and in the wikipage, under WP3 section - SONATA Catalogues.

mbredel commented 8 years ago

Hey Daniel, thanks for your contribution. I will review it and merge (or come back with comments :-))