aarondrabeck / zVirtualScenes

Free open-source z-wave home automation tool for Windows, Android, iOS, Blackberry and the Web
http://aarondrabeck.github.io/zVirtualScenes/
MIT License
21 stars 14 forks source link

Version 8 - WebAPI 2.2 - No route data #2

Closed jariail closed 9 years ago

jariail commented 9 years ago

Excited to see your continued development on this project. Version 7 returned results at URL:

http://localhost:84/

Now with version 8, get XML document that reads:

No HTTP resource was found that matches the request URI 'http://localhost:84/'.No route data was found for this request.

WebAPI 2.2 plugin is enabled and port is set appropriately to "84"

aarondrabeck commented 9 years ago

Try

http://x.x.x.x:84/odata4/LogEntries

and for all available controllers:

http://x.x.x.x:84/odata4/$metadata

Sorry documentation isn't done for this yet.

aarondrabeck commented 9 years ago

Documentation Here: http://aarondrabeck.github.io/zVirtualScenes/plugin-webapi2.html