fkurniaw
fkurniaw
Adding the headers that were specified in this comment made it work for me https://github.com/swar/nba_api/issues/124#issuecomment-577573601 I'm using this with the `stats.nba.com` endpoint, so I had to modify the headers specified...
which platform are you running this on? i was able to get this library working on iOS, but not android it seems like the xhr `onreadystatechange` callback on android isn't...
unfortunately i had to write a native module for android based on OkSse and register it on react-native to get SSE working ```java ... import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response;...