ExRunTime v0.2.0 ExHttpMicroservice.Client View Source

Use this module to declare an interface to an external service. Specify the connection options by overriding functions (see individual functions for docs):

  • secure()

Examples

defmodule MyUserApiClient do
  use ExHttpMicroservice.Client

  def secure(), do: false
end