alpaca-trade-api-csharp icon indicating copy to clipboard operation
alpaca-trade-api-csharp copied to clipboard

Possible Broker API implementations

Open OlegRa opened this issue 3 years ago • 1 comments

@tstraus13 The YAML file for the Alpaca Broker API. I'm still thinking about possible relationships between this SDK and Alpaca Broker API. Each solution (same package, separate independent package, extracting some interfaces into the shared package) has its own pros and cons.

I'll add a separate issue for discussing this problem with the community. But in any case, these changes will be part of version 6.0 and I will do it only after implementing most of the other tasks planned for this major release.

Originally posted by @OlegRa in https://github.com/alpacahq/alpaca-trade-api-csharp/issues/369#issuecomment-907669333

OlegRa avatar Aug 28 '21 18:08 OlegRa

Hello @OlegRa. I have just done a basic generation of the API using the YAML file with NSwag. I have attached the file to this post. Hopefully it is helpful as a starting point, if not feel free to not use it. openapiClient.cs.txt

tstraus13 avatar Sep 13 '21 16:09 tstraus13