Current section

Files

Jump to
yotsuba lib client.ex
Raw

lib/client.ex

defmodule Yotsuba.Client do
use Tesla
plug(Yotsuba.Middleware.ResponseMiddleware)
plug(Tesla.Middleware.BaseUrl, "https://a.4cdn.org/")
plug(Tesla.Middleware.DecodeJson)
end