eclipse-agail / agile-core

Source code repository for agile core components
Eclipse Public License 2.0
7 stars 16 forks source link

Starting a single protocol #42

Open craigmulligan opened 7 years ago

craigmulligan commented 7 years ago

Here it says you pass the protocol ID as a url param. http://petstore.swagger.io/?url=http://agile-iot.github.io/agile-api-spec/docs/swagger/api.swagger.yml#!/Protocol/StartDiscovery

But looking at the protocolId returned from the api it has spaces eg. "id": "Bluetooth LE",? I tried trimming the spaces but getting 500 errs. What should we be posting as protocolId?