-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Juan P López edited this page Apr 9, 2018
·
5 revisions
import nequi from 'nequi';
const nequiClient = nequi('Your Access Key', 'Your Secret Key', 'Your API Key');
// Valor por defecto: nequi-node.
nequiClient.setClientId('myapp-nequi');
// o la url provista por Nequi
nequiClient.setHost('kksofdo2af.execute-api.us-east-1.amazonaws.com');
// o el ambiente definido por Nequi
nequiClient.setEnvironment('prod');