dougdellolio / coinbasepro-csharp

The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
MIT License
192 stars 90 forks source link

Get single product missing in ProductsService. #249

Closed JensKDK closed 3 years ago

JensKDK commented 3 years ago

Hi,

Would you please add:

public async Task GetProductAsync( ProductType productId) { return await SendServiceCall(HttpMethod.Get, $"/products/{productId.GetEnumMemberValue()}").ConfigureAwait(false); }

to ProductsService. I wish I could do it myself, but you have too many weird things going on in ProductsServiceSpecs, that I'm not confident, I wont screw it up. I'm pretty new to C#.

Thank you very much.

dougdellolio commented 3 years ago

hi @JensKDK. this is all set please update to the latest version on NuGet (https://github.com/dougdellolio/coinbasepro-csharp/releases/tag/v1.0.42)