0.1.30 • Published 5 years ago

@zegal/zegal-client v0.1.30

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

zegal-client to be used by 3rd parties for integration.

  1. To build all npm run build-all

    Will build distro's for localhost, dev, staging, prod -- based on DL SERVER API URL

  2. On browser in HTML:

  3. JS

    const zegal = new Zegal(<key>);
    await zegal.init()
    
    const GUIDE = "5ce239bd19b6660100be3d3a";
    let g = await zegal.getDocumentGuide(GUIDE);
    
    const GUIDEGOUPNAME = "saas_agreement";
    let guides = await zegal.getDocumentGuidesGroup(GUIDEGOUPNAME);
    
    const sortBy = ["groupName", "jurisdiction"];
    let guidesPrice = await zegal.getAllDocumentGuidesPrices(sortBy);
  4. Command line TESTING on DEV

    export API_URL=https://api.dev-a.drabayashi.net

For deployment:

On every MR merged to a branch dev, staging, preprod, master the respective build is launched and file is pushed to configured bucket master being for prod build.

0.1.30

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago

0.1.27

5 years ago

0.1.26

5 years ago

0.1.25

5 years ago

0.1.24

5 years ago

0.1.20

5 years ago

0.1.21

5 years ago

0.1.22

5 years ago

0.1.23

5 years ago

0.1.19

5 years ago

0.1.17

5 years ago

0.1.18

5 years ago

0.1.16

5 years ago

0.1.14

5 years ago

0.1.15

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.10

5 years ago

0.1.11

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.9

5 years ago

0.1.4

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago