Changelog
v0.1.1
- Includes query functions
tx_logs
,entity
andentity_tx
. They receive as argument{:ok, <PID>}
and return{:ok, body}
orerror
- Includes bang functions for
tx_log!
,tx_logs!
,entity!
andentity_tx!
. They receive as argument<PID>
and returnbody
or raise expection. - Creates
Translixir.Client
module that deals with Client required information.
v0.1.0
- Initial public release
tx_log
function