RE: Adding .NET/C# client to project

2013-01-03 Thread Simon Waterhouse
: Chip Childers [mailto:chip.child...@sungard.com] Sent: 14 December 2012 20:03 To: cloudstack-dev@incubator.apache.org Subject: Re: Adding .NET/C# client to project On Fri, Dec 14, 2012 at 11:54 AM, David Nalley da...@gnsa.us wrote: On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty donal.laffe

RE: Adding .NET/C# client to project

2012-12-14 Thread Donal Lafferty
@incubator.apache.org Subject: Re: Adding .NET/C# client to project On Fri, Dec 14, 2012 at 05:18:30AM +0530, Donal Lafferty wrote: Where do client libraries go in the source tree? Does it matter if they're not written in Java? The background is that there's a .NET SDK that can be added to the project

RE: Adding .NET/C# client to project

2012-12-14 Thread Koushik Das
...@citrix.com] Sent: Friday, December 14, 2012 5:23 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Adding .NET/C# client to project The library was developed in Citrix to simplify accessing the CS API from C#. The intent is to release code under the ASLv2.0 license. The addition would

RE: Adding .NET/C# client to project

2012-12-14 Thread Donal Lafferty
@incubator.apache.org Subject: RE: Adding .NET/C# client to project Donal, There is already a CLI tool that Rohit had written. The C# client can also go in there and have a similar hierarchy in the source tree. BTW, have you considered making it Powershell cmdlets instead? Thanks, Koushik -Original

Re: Adding .NET/C# client to project

2012-12-14 Thread David Nalley
On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty donal.laffe...@citrix.com wrote: The library was developed in Citrix to simplify accessing the CS API from C#. The intent is to release code under the ASLv2.0 license. The addition would follow community processes, which includes posting a

Re: Adding .NET/C# client to project

2012-12-14 Thread Rohit Yadav
On 14-Dec-2012, at 8:54 AM, David Nalley da...@gnsa.us wrote: On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty donal.laffe...@citrix.com wrote: The library was developed in Citrix to simplify accessing the CS API from C#. The intent is to release code under the ASLv2.0 license. The

Re: Adding .NET/C# client to project

2012-12-14 Thread Chip Childers
On Fri, Dec 14, 2012 at 11:54 AM, David Nalley da...@gnsa.us wrote: On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty donal.laffe...@citrix.com wrote: The library was developed in Citrix to simplify accessing the CS API from C#. The intent is to release code under the ASLv2.0 license. The

Adding .NET/C# client to project

2012-12-13 Thread Donal Lafferty
Where do client libraries go in the source tree? Does it matter if they're not written in Java? The background is that there's a .NET SDK that can be added to the project. Architecturally, its similar to AWS' .NET SDK. Now, not all API calls are covered, but the API calls supported provide

Re: Adding .NET/C# client to project

2012-12-13 Thread Prasanna Santhanam
On Fri, Dec 14, 2012 at 05:18:30AM +0530, Donal Lafferty wrote: Where do client libraries go in the source tree? Does it matter if they're not written in Java? The background is that there's a .NET SDK that can be added to the project. Architecturally, its similar to AWS' .NET SDK. Now,