Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 22, 2014 19:13
Show Gist options
  • Save knewter/1e614ec283148fddb62d to your computer and use it in GitHub Desktop.
Save knewter/1e614ec283148fddb62d to your computer and use it in GitHub Desktop.
iex(12)> Hex.API.get_package("decimal")
{200,
%{"created_at" => "2014-04-21T18:22:13Z",
"meta" => %{"contributors" => ["Eric Meadows-Jönsson"],
"description" => "Arbitrary precision decimal arithmetic for Elixir.\n",
"licenses" => ["Apache 2.0"],
"links" => %{"Documentation" => "http://ericmj.github.io/decimal",
"Github" => "https://github.com/ericmj/decimal"}}, "name" => "decimal",
"releases" => [%{"created_at" => "2014-05-01T11:08:46Z",
"updated_at" => "2014-05-01T11:08:46Z",
"url" => "https://hex.pm/api/packages/decimal/releases/0.2.0",
"version" => "0.2.0"},
%{"created_at" => "2014-04-21T23:49:31Z",
"updated_at" => "2014-04-21T23:51:02Z",
"url" => "https://hex.pm/api/packages/decimal/releases/0.1.2",
"version" => "0.1.2"},
%{"created_at" => "2014-04-21T18:22:14Z",
"updated_at" => "2014-04-21T18:22:14Z",
"url" => "https://hex.pm/api/packages/decimal/releases/0.1.1",
"version" => "0.1.1"}], "updated_at" => "2014-05-01T11:08:45Z",
"url" => "https://hex.pm/api/packages/decimal"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment