Search
Documentation for Cpsc.
Cpsc
It fetches all recalls for a given year.
@spec recalls(any()) :: {:error, %{:__exception__ => true, :__struct__ => atom(), optional(atom()) => any()}} | {:ok, any()}
examples
iex> Cpsc.recalls() {:ok, %{...}}