View Source LibWechat.Client.Finch (lib_wechat v0.1.2)

requstor implementation using Finch

Summary

Types

@type client_opts_t() ::
  keyword({:name, atom()} | {:addr, binary()} | {:json_module, atom()})
@type t() :: %LibWechat.Client.Finch{
  addr: bitstring(),
  json_module: module(),
  name: GenServer.name()
}

Functions