Skip to content

smartrent/solicit

Repository files navigation

Solicit

CI

Solicit is an Elixir package that provides basic API Response Handling.

Installation

Solicit can be installed by adding solicit to your list of dependencies in mix.exs:

def deps do
  [
    {:solicit, "~> 1.3"}
  ]
end

Core Components

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/solicit.

Publishing

  1. Update CHANGELOG.md
  2. Bump @version in mix.exs
  3. git commit -m 'release x.y.z'
  4. git tag -a x.y.z -m 'release x.y.z'
  5. git push --follow-tags
  6. mix hex.publish
  7. Create a GitHub release

About

An Elixir package for our common response module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 14