Packages

API client for the petfinder.com 2.0 REST API

Current section

Files

Jump to
petfinder lib petfinder.ex
Raw

lib/petfinder.ex

defmodule Petfinder do
@moduledoc """
Documentation for Petfinder.
"""
@doc """
Hello world.
## Examples
iex> Petfinder.hello()
:world
"""
def hello do
:world
end
end