• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • protocols
  • restconf
  • client
  • api
  • BUCK
  • Hesam Rahimi's avatar
    ONOS-4919: Implement RESTCONF client · 4a409b43 ...
    4a409b43
    Adding code to support RESTCONF protocol as one of
    the supported SBI protocols of ONOS. This RESTCONF SBI extends
    the current REST SBI protocl and adds some new APIs/functinalities
    so that a provider can subscribe/register to an external restconf
    server to receive notification stream.
    
    Change-Id: I21bf0d0f0394cf788e066d743b3ade04735fe07e
    Hesam Rahimi authored 2016-09-30 11:49:20 -0400
BUCK 217 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//incubator/api:onos-incubator-api',
    '//utils/rest:onlab-rest',
    '//protocols/rest/api:onos-protocols-rest-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)