2.5.5 • Published 10 months ago

@milaboratories/pl-client v2.5.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Pl URL

http(s)://address:port/?...parameters...

Parameters:

  • alternative-root - alternative root (description will be added / ask pl team / see client initialization code)
  • request-timeout - default unary request timeout
  • tx-timeout - default transaction timeout
  • grpc-proxy - if specified, this address will be used to route grpc traffic via proxy
  • http-proxy - if specified, this address will be used to route http traffic via proxy

Example:

http(s)://address:port/alternative-root=tmproot&request-timeout=10000

How to pull and build proto files

Dependencies:

  • protoc
    • brew install protobuf
  • you don't need protoc-gen-js, just run npm install
  • protodep

    • go install github.com/milaboratory/protodep@v0.1.7-milab

      check that you have ${HOME}/go/bin in PATH

  • rsync

./sync-proto.sh

Running tests

Unauthenticated

PL_ADDRESS="http://127.0.0.1:6345" npm run test

Authenticated

PL_ADDRESS="http://127.0.0.1:6345" PL_TEST_USER="test-user" PL_TEST_PASSWORD="test-password" npm run test

Authentication information (token) cached in git-ignored .test_auth.json file.

2.5.5

10 months ago

2.5.4

10 months ago

2.5.3

10 months ago

2.4.18

10 months ago

2.4.17

11 months ago

2.5.0

10 months ago

2.4.19

10 months ago

2.5.2

10 months ago

2.4.14

11 months ago

2.5.1

10 months ago

2.4.13

11 months ago

2.4.16

11 months ago

2.4.15

11 months ago

2.4.21

10 months ago

2.4.20

10 months ago

2.4.12

11 months ago

2.4.11

11 months ago

2.4.10

11 months ago