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

How to turn ?name=tom&age=42 into nice data? #5

Closed
ctaggart opened this issue Jun 9, 2017 · 5 comments
Closed

How to turn ?name=tom&age=42 into nice data? #5

ctaggart opened this issue Jun 9, 2017 · 5 comments

Comments

@ctaggart
Copy link

ctaggart commented Jun 9, 2017

How do you create a query parser with multiple values like is described?

?name=tom&age=42

Say you wanted that to be a record of:

type PersonQuery = { name: string; age: string }
@et1975
Copy link
Member

et1975 commented Jun 9, 2017

I'll add it to the docs.

@ctaggart
Copy link
Author

ctaggart commented Jun 9, 2017

Thanks @et1975, looking forward to it!

@et1975
Copy link
Member

et1975 commented Jun 9, 2017

Released the updated docs, see if it makes sense?

@ctaggart
Copy link
Author

ctaggart commented Jun 9, 2017

It does. Thank you! I'm having a good time with Elmish.

@ctaggart ctaggart closed this as completed Jun 9, 2017
@et1975
Copy link
Member

et1975 commented Jun 9, 2017

Thank you! I'm fan of your work, hoping to ditch C# protobuf and use generative Froto provider some day :)

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