MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / buildDate

Function buildDate

services/pix/participants.js:9–9  ·  view source on GitHub ↗
(now = getNow())

Source from the content-addressed store, hash-verified

7const API_URL = `https://www.bcb.gov.br/content/estabilidadefinanceira/participantes_pix/lista-participantes-instituicoes-em-adesao-pix-`;
8
9const buildDate = (now = getNow()) => formatDate(now.toDate(), 'YYYYMMDD');
10
11function isEqual(requiredHeaders, headers) {
12 if (!Array.isArray(requiredHeaders) || !Array.isArray(headers)) {

Callers 1

getPixParticipantsFunction · 0.85

Calls 2

getNowFunction · 0.90
formatDateFunction · 0.90

Tested by

no test coverage detected