On Thu, Jan 3, 2013 at 10:23 AM, Simon Waterhouse
wrote:
> There is now a design document for the .NET SDK at
> https://cwiki.apache.org/CLOUDSTACK/net-sdk-design-document.html
>
> Comments welcome. If it is to go into the CloudStack-Extras repo, could
> someone advise on the procedure to submit
: 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 wrote:
> On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty
> wrote:
>>
On Fri, Dec 14, 2012 at 11:54 AM, David Nalley wrote:
> On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty
> 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
On 14-Dec-2012, at 8:54 AM, David Nalley wrote:
> On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty
> 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 pr
On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty
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
> feature spec on wiki, a
@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
...@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
@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 th
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. No