Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1022 Bytes

File metadata and controls

54 lines (33 loc) · 1022 Bytes

AntlHttpClient

Changelog

0.4.1

1. Enhancements

2. Bug fixes

  • remove encoding of body nil

3. Soft deprecations (no warnings emitted)

4. Hard deprecations

0.3.0

1. Enhancements

  • 500 and unknown errors more verbose. Returns tuple instead of http_status only.

0.4.0

1. Enhancements

  • add post/4, get/4, delete/4, put/4, patch/4

2. Bug fixes

3. Soft deprecations (no warnings emitted)

4. Hard deprecations

2. Bug fixes

3. Soft deprecations (no warnings emitted)

4. Hard deprecations

Installation

If available in Hex, the package can be installed by adding antl_http_client to your list of dependencies in mix.exs:

def deps do
  [
    {:antl_http_client, "~> 0.4.0"}
  ]
end

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