View Source Nexlm.HTTP (Nexlm v0.1.15)

Thin wrapper that dispatches HTTP calls through the configured client.

Override :nexlm, :http_client to plug in a custom implementation (for example in tests).

Summary

Functions

@spec post(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, map()}