Mike

Results 8 comments of Mike

I had the same issues, followed these steps: http://blog.timwheeler.io/webpack-and/

I switched to the api nba.com uses, stats.nba.com. It works! (locally) but I am having issues after deploying to azure, the connection times out. I had to add some more...

Here’s a snippet of my code: https://github.com/rudymiked/nbaunderdogleagueAPI/blob/main/nbaunderdogleagueAPI/DataAccess/TeamDataAccess.cs -Mike On Mon, Oct 31, 2022 at 8:53 PM carsonsaldanha ***@***.***> wrote: > I'm a bit confused as to how to format the...

So unfortunately, I have not figured that out yet... I just wrote a hack for now. I wrote a method that pulls the data and updates a storage table, and...

https://github.com/allenmor/nbareport/blob/071b5cbe6531042e0b1c9d7c61aa5b5e1e2e69ae/src/components/StandingsContainer.js there are a number of repos attempting the same thing.

Hey, So I actually fixed this! I added ("X-Version", "1") to the request headers, and of course have the other headers i mentioned earlier as well: [image: image.png] Let me...

Can you add the Referrer key in postman? -Mike On Sun, Nov 6, 2022 at 11:52 PM carsonsaldanha ***@***.***> wrote: > Mine still times out when making a request like...

I haven’t tried from the front end, I an wrapping the call in one of my backend APIs On Mon, Nov 7, 2022 at 10:03 PM carsonsaldanha ***@***.***> wrote: >...