diff options
author | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2018-03-29 00:42:08 +0200 |
---|---|---|
committer | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2018-04-03 23:48:32 +0200 |
commit | 7d695d108ce9f5fd5ee977fe12e47b704f507623 (patch) | |
tree | 42b4d6e72ef5546c2c9c100323b2db1b33c4ab84 /restclient/.vscode/settings.json | |
parent | 9ac6c3cc7e3f4aec9ba69e7a5bb0800471c4e8dc (diff) |
Add serviceOrder rest services
- Add create, get, find serviceOrder operations
- Add tests
- Add Mongo / Mysql / H2 datasource management ( H2 test )
- Add VSCode restclient samples with .settings to play with serviceOrder
operations
- Resolve conflict 40291, with cherry pick
Change-Id: I81a76a211fe5526a3a31deb945770f0a5e2c195f
Issue-ID: EXTAPI-42
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'restclient/.vscode/settings.json')
-rw-r--r-- | restclient/.vscode/settings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/restclient/.vscode/settings.json b/restclient/.vscode/settings.json new file mode 100644 index 0000000..1753f9a --- /dev/null +++ b/restclient/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + // CHARLES WEB DEBUGGING PROXY + //"http.proxy": "http://localhost:8888/", + "http.proxyStrictSSL" :false, + // REST CLIENT + "rest-client.fontSize":12, + "rest-client.environmentVariables": { + "ONAP external api nbi local": { + "serviceOrder.url": "http://localhost:8080/nbi/api/v1" + } + } +}
\ No newline at end of file |