oriesh

Results 4 issues of oriesh

Hi, Thank you for all the work you did on this API. I've been following the YouTube videos, it seems like the API does not provide support for streaming data....

**Is your feature request related to a problem? Please describe.** There is a tough time getting these values out there, does this API provide them through TastyWorks? **Describe the solution...

``` func main() { c, ctx := NewClient() q := url.Values{} q.Set("symbol", "AAPL") chains, _, err := c.Chains.GetChains(ctx, q) if err != nil { log.Fatal(err) } fmt.Printf("%v\n", chains) } ```...

### Issue # (if applicable) Closes #23829 ### Reason for this change cdk synth takes very long to synthesize a `PythonFunction` construct, because the dependencies are getting installed regardless if...

p1
feature-request
beginning-contributor