0.0.31 • Published 5 months ago

stackgo-js-sdk v0.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

6 months ago

0.0.31

5 months ago

0.0.28

10 months ago

0.0.29

10 months ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.15

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago