2.0.3 • Published 4 years ago

@triply/client.js v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

TriplyDB javascript client

Running tests

Setting up test environment

To run the tests you need to set the API server URL and a access token in your ./envrc-local variable first: UNITUNITTEST_TOKEN_READ, UNITUNITTEST_TOKEN_WRITE, UNITUNITTEST_TOKEN_ACCOUNT and UNITTEST_API_URL.

Recommendations for these tokens:

  • Create a separate user (e.g. <MyUserName>-triplydb-js) on your local instance or on nightly, as the unittest will thoroughly removes all datasets from this account before starting the test
  • Create the tokens for that one, and use these tokens in ./envrc-local

Running the tests

yarn run test.

Releasing new version

To release new version, use:

  • yarn version <--patch|--minor|--major>
  • yarn publish

Installing TriplyDB-js

git clone $(repo-url) $(dir)
cd $(dir)
#if using yarn:
yarn install
#if using npm:
npm install

Building your local code

Write your own code in a *.ts file:

yarn run build

Now you have a *.js file that you can use.

Using TriplyDB-js

TODO

1.0.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.39

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago