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

Function getCnpjData

services/cnpj.js:3–4  ·  view source on GitHub ↗
(cnpj)

Source from the content-addressed store, hash-verified

1import axios from 'axios';
2
3export const getCnpjData = (cnpj) =>
4 axios.get(`https://minhareceita.org/${cnpj}`);

Callers 1

getCnpjInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected