Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1013 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 1013 Bytes

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