Kevin-Bronsdijk / kraken-net

Official Kraken.io .Net client
https://kraken.io
GNU General Public License v2.0
19 stars 5 forks source link

Strategy Crop and Fit are missing X and Y? #16

Open Sumomannen opened 6 years ago

Sumomannen commented 6 years ago

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": "crop", "x": 200, "y": 200, "width": 500, "height": 500, "scale": 50 }

Thanks

Kevin-Bronsdijk commented 6 years ago

Hi, thanks for bringing this up. Yes, this is missing at the moment, the fields aren't included within the model and therefore you won't have the option to pass the parameters into the API. Please feel free to create a PR for the changes. If not, I will add it later this week.