frex v0.1.4 Frex.Endpoint

Aliases and imports to make writing endpoint clients less painful.

Example

defmodule Frex.Client.Foo do
  use Frex.Endpoint, :client
  
  # ...
end

Summary

Macros

When used, dispatch to the appropriate function

Functions

client()

Macros

__using__(which)

When used, dispatch to the appropriate function.