Solicit is an Elixir package that provides basic API Response Handling.
Solicit can be installed by adding solicit
to your list of dependencies in mix.exs
:
def deps do
[
{:solicit, "~> 1.3"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/solicit.
- Update
CHANGELOG.md
- Bump
@version
inmix.exs
git commit -m 'release x.y.z'
git tag -a x.y.z -m 'release x.y.z'
git push --follow-tags
mix hex.publish
- Create a GitHub release