version | 2.0.0 |
license | MIT |
native-modules | False |
elm-version | 0.18.0 <= v < 0.19.0 |
Tag | 2.0.0 |
Committed At | 2018-07-20 00:45:06 UTC |
truqu/elm-base64 | 2.0.1 <= v < 3.0.0 | 2.0.4 |
lukewestby/elm-http-builder | 5.1.0 <= v < 6.0.0 | 5.2.0 |
krisajenkins/remotedata | 4.3.1 <= v < 5.0.0 | 4.5.0 |
elm-lang/http | 1.0.0 <= v < 2.0.0 | 1.0.0 |
elm-lang/core | 5.1.1 <= v < 6.0.0 | 5.1.1 |
elm-community/intdict | 2.1.0 <= v < 3.0.0 | 2.1.0 |
Gizra/elm-essentials | 1.2.0 <= v < 2.0.0 | 1.6.0 |
Gizra/elm-dictlist | 2.1.1 <= v < 3.0.0 | 2.1.2 |
This package contains modules useful for working a RESTful backend (particularly as implemented in Drupal) for an Elm application.
Restful.Endpoint
provides a way of modelling a Restful endpoint and making
the usual CRUD requests to it.
Restful.Cache
builds on Restful.Endpoint
by providing a way of tracking
a cache of items returned from an endpoint, allowing for lazy-loading of
items as needed.
Restful.Login
provides a way of handling login/logout and the caching of
credentials locally.