Skip to content
New issue

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

Multi-stage request #1

Open
kgashok opened this issue Jun 16, 2016 · 1 comment
Open

Multi-stage request #1

kgashok opened this issue Jun 16, 2016 · 1 comment

Comments

@kgashok
Copy link

kgashok commented Jun 16, 2016

Thank you very much for this. It got me started on a Elm project that I was putting off. https://github.com/kgashok/elm-simple-json-decoding - if you have the time, please provide feedback on my rather noobie effort at Elm.

Suggestions for two more use-cases for this repo:

  1. How to do multi-stage JSON gets
  2. How to do sequential JSON gets - where the result of the first JSON query provides data for the one following. For e.g. gitter allows to query a gitter room based on the name, and using the retrieved ID for the room, we can get a list of the members in the room.
@chrisbuttery
Copy link
Owner

No problem, I'm glad this repo helped you.
I'm happy for you to make PRs for more examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants