specifications icon indicating copy to clipboard operation
specifications copied to clipboard

Specifications for using and implementing Hex protocols

Results 6 specifications issues
Sort by recently updated
recently updated
newest added

For example what is needed for `mix deps.get` or what is needed for `mix hex.publish`.

Hi. I spotted that there are some properties in the Hex API responses that aren't in the documentation: - `latest_stable_version` (string) - `latest_version` (string) - `configs` (object) - `retirements` (object)...

Hello! I've been using the remove key endpoint and it seems to return 200, while the documentation says it should be 204. Are the docs out of date?

This would be an optional endpoint that a repository might implement. It would be used by e.g. `mix hex.docs fetch foo 1.0.0 --repo acme` to download the docs tarball. (Note,...

The JSON data (application/vnd.hex+json) delivered by - https://hex.pm/api/packages/NAME - https://hex.pm/api/packages/NAME/releases/VERSION is not documented. While most of the fields delivered can be guessed, some are not obvious. Some examples: - (package...