kraken-net icon indicating copy to clipboard operation
kraken-net copied to clipboard

Official Kraken.io .Net client

Results 7 kraken-net issues
Sort by recently updated
recently updated
newest added

`HttpClient.Timeout` defaults to a 100 second timeout. I have a reproducible problem where this timeout period is not long enough for Kraken to finish processing the request. It could be...

I am getting when trying to call: `var connection = Connection.Create(Kraken_Key, Kraken_Secret);` _Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot...

bug

## Description This change allows passing this flag either as a request parameter or specifying the sandbox mode for a connection. The existing logic was a bit confusing because IRequest...

I am trying to get multiple resize image using one api call using this approach. Image Sets Sample, Upload and Wait: var request = new OptimizeSetUploadWaitRequest() { // Request level...

The current implementation is not intuitive, implementing a Fluent Interface should resolve some of the issues.

enhancement

## Description A few sentences describing the overall goals of the pull request's commits. ## Steps to Test or Reproduce Outline the steps to test or reproduce the PR here....

Hi, I can't see how to set X and Y when using strategy crop. Can it be added so we can use it with "Fit" and "Crop"? "resize": { "strategy":...

bug