0.0.31 • Published 2 years ago

stackgo-js-sdk v0.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

StackGo JS SDK

Thanks for trying out the StackGo SDK, This SDK will help get started quickly with building SaaS integrations. For more on StackGo philosophy and to familiarise yourself with the terminology, see here.

// Sample Starter Code
const { StackGo } = require("stackgo-js-sdk");
const { SGShopify } = require("stackgo-js-sdk");


// Sign up on https://app.stackgo.io to get your client_id, client_secret
const sg = new StackGo(
    "client_id",
    "client_secret"
  );

const getShopifyAuthLink = async () => {
	await sg.authenticate();
	const shp = new SGShopify(sg, "appSlug")
	const resp = await shp.shopifyAuthLink("userForeignIdenitifer")
	return resp.data
}

getShopifyAuthLink()
0.0.30

2 years ago

0.0.31

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

3 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago