Managing the SO-Aware Repository with PowerShell
Posted by: Pablo M. Cibraro (aka Cibrax),
on 01 Sep 2010 |
View original | Bookmarked: 0 time(s)
As Jesus mentioned in this post, SO-Aware provides three interfaces for managing the service repository. An OData API in case you want to integrate third applications with the repository. OData is a pure http API that can be easily consumed in any platform using a simple http client library. The management portal, which is an ASP.NET MVC user interface layered on top of the OData API and probably the one most people will use. And finally, a PowerShell provider that also mounts on top of the OData...