View Source MishkaInstaller.Helper.Sender (Mishka Installer v0.0.3)

At first, we try to get basic information from hex.pm website; but after releasing some versions of MishkaInstaller, this API can be useful for managing packages from admin panel.

Ref: https://github.com/hexpm/hexpm/issues/1124

Link to this section Summary

Link to this section Types

Link to this section Functions

@spec package(String.t(), app()) ::
  list()
  | {:error, :package, :mix_file | :not_found | :not_tag | :unhandled}
  | {:ok, :package, any()}