View Source
Yousign.API.Consumption
(yousign_ex v0.1.2)
Summary
Get the consumption metrics of the current account.
Functions
Get the consumption metrics of the current account.
Examples
iex> Yousign.API.Consumption.metrics()
{:ok,
%{
simpleSignature: 957,
advancedSignature: 238,
serverStamp: 57,
documentVerification: 12,
archiving: 66356
}}