Skip to content

Instantly share code, notes, and snippets.

View IncognitaDev's full-sized avatar

Luis Sousa IncognitaDev

  • Agencia E-Plus
  • São Paulo - SP
  • 17:23 (UTC -03:00)
View GitHub Profile
@ganobrega
ganobrega / dump-vtex-emails.js
Created November 3, 2020 15:47
Get VTEX Template E-mails
const axios = require('axios');
const LIST_ENDPOINT = `https://loja.myvtex.com/api/template-render/pvt/templates/getlist`;
const TEMPLATE_ENDPOINT = `https://loja.myvtex.com/api/template-render/pvt/templates/`;
const JSON_ENDPOINT = `https://loja.myvtex.com/api/template-render/pvt/templates/json`;
const LIST = [];
const AUTH_COOKIE =
'VtexIdclientAutCookie=$$$$$$$$;';
@MeLlamoPablo
MeLlamoPablo / nvmlink
Created February 1, 2017 11:34
Creates a symlink to /usr/bin/node after using nvm