Skip to content

Instantly share code, notes, and snippets.

View bsathishciv's full-sized avatar
🎯
Focusing

Sathish Balaji bsathishciv

🎯
Focusing
View GitHub Profile
@bsathishciv
bsathishciv / authenticate.go
Last active April 19, 2020 07:32
Salesforce authentication module in Go lang
package authentication
import (
"bufio"
"encoding/json"
"errors"
"io/ioutil"
"net/http"
"net/url"
"os"
@bsathishciv
bsathishciv / gist:324e9ca16a5fd3066bd03c63583c798f
Created April 12, 2020 07:21
NodeJs project to wipe picklist data in salesforce
mkdir wipe-picklist-app
cd wipe-picklist-app
npm init
npm i express
npm i jsforce