You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've pinpointed an issue with the scope string included (the 'CRYPTO errored cuz my acct doesn't include it). And I think it'd be better to not hardcode the ts_state.json name. I can submit a PR if you are intending to resume work here.
I see you've started work on the streaming endpoints. Care to share hurdles you've faced?
thx
The text was updated successfully, but these errors were encountered:
I agree the scope string should be configurable, as a new user I got past that issue by manually editing it but the call to easy_client should allow the user to specify which permissions are to be requested. I also agree ts_state.json should not be hard-coded; I would like to be able to write it to disk in encrypted format since it's sensitive information, so returning the data and having the caller provide it each time they need to use the API would be a cleaner way to do it.
I've pinpointed an issue with the scope string included (the 'CRYPTO errored cuz my acct doesn't include it). And I think it'd be better to not hardcode the ts_state.json name. I can submit a PR if you are intending to resume work here.
I see you've started work on the streaming endpoints. Care to share hurdles you've faced?
thx
The text was updated successfully, but these errors were encountered: