Crate hexpm

source · []

Modules

Functions for parsing and matching versions against requirements, based off and compatible with the Elixir Version module, which is used by Hex internally as well as be the Elixir build tool Hex client.

Structs

Enums

Functions

Create a request that creates a Hex API key.

Parses a request that creates a Hex API key.

Create a request to get the information for a package release.

Parse a response to get the information for a package release.

Create a request to get the information for a package in the repository.

Parse a response to get the information for a package in the repository.

Create a request to download a version of a package as a tarball

Parse a response to download a version of a package as a tarball

Create a request that get the names and versions of all of the packages on the package registry.

Parse a request that get the names and versions of all of the packages on the package registry.

Create a request that deletes an Hex API key.

Parses a request that deleted a Hex API key.

Retire an existing package release from Hex.

Parses a request that retired a release.

Un-retire an existing retired package release from Hex.

Parses a request that un-retired a package version.