View Source Cpsc (cpsc v0.1.0)

Documentation for Cpsc.

Link to this section Summary

Functions

It fetches all recalls for a given year.

Link to this section Functions

@spec recalls(any()) ::
  {:error,
   %{:__exception__ => true, :__struct__ => atom(), optional(atom()) => any()}}
  | {:ok, any()}

It fetches all recalls for a given year.

examples

Examples

iex> Cpsc.recalls()
{:ok, %{...}}