Packages

library for fetching Pokemon data wrapping PokeAPI

Current section

Files

Jump to
rare_candy lib rare_candy.ex
Raw

lib/rare_candy.ex

defmodule RareCandy do
use Application
use HTTPoison.Base
def start(_type, _args) do
RareCandy.Supervisor.start_link()
end
end