tooty/src
Vincent Jousse 8627bffbe0 Generalize fetch function by using a type var (#12)
I will need it to fetch an user account so it has to able to decode
something else than a `List Status`.
Using a type variable allows the calling function to provide the
decoder, and thus we can reuse `fetch` for something else.
2017-04-20 21:33:17 +02:00
..
Main.elm Put Elm files into src/ and assets into public/ (#4) 2017-04-20 14:38:52 +02:00
Mastodon.elm Generalize fetch function by using a type var (#12) 2017-04-20 21:33:17 +02:00
Model.elm Allow posting messages (#7) 2017-04-20 20:30:19 +02:00
Ports.elm Put Elm files into src/ and assets into public/ (#4) 2017-04-20 14:38:52 +02:00
View.elm Allow posting messages (#7) 2017-04-20 20:30:19 +02:00