1.1.8 • Published 3 years ago

centinela-client v1.1.8

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

centinela-client

Para enviar un request, se debe envíar un body con el siguiente formato: const body = { email: "dlipatin@gmail.com", password: "123123", idUser : 4, idCompany : 1, title : "error", developer : "", description: "This is a test error created from API", severity : 1 } Además se debe obtener el token provisto en la web. Para utilizar el sdk, se debe realizar de la siguiente forma:

const centinelaClient = require('centinela-client');

console.log(centinelaClient)

const body = { email: "dlipatin@gmail.com", password: "123123", idUser : 4, idCompany : 1, title : "error", developer : "", description: "This is a test error created from API", severity : 1 } const token = 'eyJhbGciOiJIU.....'; centinelaClient(body, token);

1.1.8

3 years ago

1.1.6

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

3 years ago