inv2004 / coinbase-pro-rs

Coinbase pro client for Rust
Apache License 2.0
145 stars 56 forks source link

F: dynamic subscription. #27

Closed SeanKim closed 3 years ago

SeanKim commented 3 years ago

Hi, @inv2004 I made dynamic subscription feature discussed at issue #21. you can check "dynamic subscription" test code to see what new feature does and how it works.

To do this, I need to change some API about WSFeed creation. specifically, "new", "new_with_sub", "new_with_auth" functions's return types are changed and they were renamed from word "new" to word "connect" for clarity.

Looking forward to your feedback. Thanks!

close #21

inv2004 commented 3 years ago

Looks nice. Thank You