Current section
Files
Jump to
Current section
Files
lib/open_weather_map_api.ex
defmodule ElixirWeatherData.OpenWeatherMapApi do
@doc ""
@callback send_request(url :: String.t) :: {:ok, Map.t}
@doc ""
@callback send_request(url :: String.t) :: {:error, Nil}
end