Syntactic sugar suggestion
Opened this issue · 1 comments
matteosantama commented
Awesome library! One minor suggestion is that
let kalshi = Kalshi::new(TradingEnvironment::DemoMode)
is a bit verbose. You could supply two helper methods Kalshi::live()
and Kalshi::demo()
to make things a bit sleeker.
dpeachpeach commented
Hey @matteosantama.
Thank you so much for dropping an issue! This is a really good suggestion and I'll make sure to mark it for future implementation. I just started my school's quarter so I'm a little busy right now but Ill try to include this feature into the repository by the end of this or next weekend.
Thank you and feel free to provide any other feedback. :)