Central Bank of Argentina Gov API Client with debtor corporations info
import bcra
let cliente = Bcra()
echo cliente.getBajasCheques(fecha = now()) # Bajas nuevas en el sistema
echo cliente.getAltasPadron(fecha = now()) # Altas nuevas en el sistema
echo cliente.getDeudores(fecha = now()) # Deudores
Arguments
fecha
of DateTime
type, eg fecha = now() - 2.days
.fecha = now() - 1.days
for yesterdays data.Return
[
(cuit: int, numeroDeCheque: int, fechaRechazado: DateTime, monto: int, causal: string, fechaLevantamiento: string, ley25326art16inc6: string, ley25326art38inc3: string, cuitJuridico: string, multa: string),
]
-d:ssl
to use HTTPS and SSL. It works with and without SSL.nimble install bcra