Aura.Model.HexPackage (Aura v0.9.0)
View SourceA struct describing a package from a Hex-compliant API
Summary
Types
Whether this package is publicly available
The repository the package belongs to (e.g "hexpm"
)
Type describing a package from a Hex-compliant API
Types
@type private?() :: boolean()
Whether this package is publicly available
@type repository() :: String.t()
The repository the package belongs to (e.g "hexpm"
)
@type t() :: %Aura.Model.HexPackage{ docs_html_url: Aura.Model.Common.docs_html_url(), downloads: Aura.Model.HexPackageDownloadStats.t(), html_url: Aura.Model.Common.html_url(), inserted_at: Aura.Model.Common.inserted_at(), meta: Aura.Model.HexPackageMeta.t(), name: Aura.Common.package_name(), private: private?(), releases: map(), repository: repository(), updated_at: Aura.Model.Common.updated_at(), url: Aura.Model.Common.url() }
Type describing a package from a Hex-compliant API
🏷️ Keys
- name ::
Aura.Common.package_name/0
- repository ::
repository/0
- private ::
private?/0
- meta ::
Aura.Model.HexPackageMeta.t/0
- downloads ::
Aura.Model.HexPackageDownloadStats.t/0
- releases ::
map/0
- inserted_at ::
Aura.Model.Common.inserted_at/0
- updated_at ::
Aura.Model.Common.updated_at/0
- url ::
Aura.Model.Common.url/0
- html_url ::
Aura.Model.Common.html_url/0
- docs_html_url ::
Aura.Model.Common.docs_html_url/0