We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is currently an error in the Streak API when calling stages. It returns a JSON object and not an array.
https://www.streak.com/api/#stage
I can't find a way how to iterate through all stages.
The text was updated successfully, but these errors were encountered:
It's supposed to return an object as you can see in their example json output.
I would suggest converting everything into a hash and then using the appropriate hash iterators.
https://docs.ruby-lang.org/en/2.0.0/Hash.html#method-i-each
Sorry, something went wrong.
No branches or pull requests
There is currently an error in the Streak API when calling stages.
It returns a JSON object and not an array.
https://www.streak.com/api/#stage
I can't find a way how to iterate through all stages.
The text was updated successfully, but these errors were encountered: