Kinto / elm-kinto

An Elm client for the Kinto API
http://package.elm-lang.org/packages/Kinto/elm-kinto/latest
Other
28 stars 7 forks source link

Add documentation for Authentication method. #24

Open Natim opened 7 years ago

Natim commented 7 years ago
-- Configure a Kinto client: the server url and authentication

client : Kinto.Client
client =
    Kinto.client
        "https://kinto.dev.mozaws.net/v1/"
        (Kinto.Custom "Portier" "portier-user-session")