hex_api_package.get
You're seeing just the function
get
, go back to hex_api_package module for more information.
Specs
get(hex_core:config(), binary()) -> hex_api:response().
Gets a package.
Examples:
> hex_api_package:get(hex_core:default_config(), <<"package">>). {ok, {200, ..., #{ <<"name">> => <<"package1">>, <<"meta">> => #{ <<"description">> => ..., <<"licenses">> => ..., <<"links">> => ..., <<"maintainers">> => ... }, ..., <<"releases">> => [ #{<<"url">> => ..., <<"version">> => <<"0.5.0">>}], #{<<"url">> => ..., <<"version">> => <<"1.0.0">>}], ... ]}}}