0.110.1 • Published 29 days ago

@gomomento/generated-types-webtext v0.110.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
29 days ago

Usage

package.json

dependencies: {
  "@gomomento/generated-types-webtext": "$current_version",
  "grpc-web": "1.3.1",
  "google-protobuf": "3.21.0"
}

Basic usage shape

const authToken = getClientAuthToken_never_harcode_server_api_keys();
const cacheName = 'your_cool_cache';
const momento = new cache.ScsClient('https://cache.cell-us-east-1-1.prod.a.momentohq.com', null, {})
function getMetadata(cacheName: string): grpcWeb.Metadata {
  return {
    'authorization': authToken,
    'cache': cacheName,
  };
}

const request = new _GetRequest();
request.setCacheKey(Buffer.from('some cache key'));

const getResult = await momento.get(request, getMetadata(props.cache));

if (getResult.getResult() === ECacheResult.HIT) {
  const body = Buffer.from(getResult.getCacheBody()).toString('utf-8')
  console.log('hit:', body);
} else {
  console.log('miss:', getResult.getMessage());
}

Generating definitions

./generate_protos.sh
0.110.0

29 days ago

0.110.1

29 days ago

0.109.0

1 month ago

0.108.1

2 months ago

0.108.2

2 months ago

0.108.0

2 months ago

0.107.4

2 months ago

0.107.3

3 months ago

0.107.2

3 months ago

0.107.1

3 months ago

0.107.0

3 months ago

0.106.2

3 months ago

0.106.1

3 months ago

0.106.0

3 months ago

0.105.3

4 months ago

0.105.2

4 months ago

0.105.0

4 months ago

0.105.1

4 months ago

0.104.0

4 months ago

0.103.0

4 months ago

0.102.1

4 months ago

0.102.2

4 months ago

0.102.0

4 months ago

0.101.0

4 months ago

0.100.0

4 months ago

0.100.1

4 months ago

0.99.0

5 months ago

0.98.1

5 months ago

0.98.0

5 months ago

0.85.0

7 months ago

0.87.0

7 months ago

0.81.0

8 months ago

0.81.1

8 months ago

0.83.0

8 months ago

0.81.2

8 months ago

0.78.0

9 months ago

0.76.2

9 months ago

0.76.1

9 months ago

0.78.2

9 months ago

0.78.1

9 months ago

0.95.0

6 months ago

0.91.4

7 months ago

0.74.0

9 months ago

0.72.2

9 months ago

0.72.1

9 months ago

0.97.0

6 months ago

0.76.0

9 months ago

0.97.1

6 months ago

0.91.0

7 months ago

0.70.0

10 months ago

0.91.1

7 months ago

0.93.0

6 months ago

0.91.2

7 months ago

0.72.0

9 months ago

0.91.3

7 months ago

0.69.1

10 months ago

0.88.0

7 months ago

0.67.0

11 months ago

0.88.1

7 months ago

0.69.0

10 months ago

0.84.0

8 months ago

0.82.2

8 months ago

0.84.1

8 months ago

0.82.3

8 months ago

0.86.0

7 months ago

0.84.2

8 months ago

0.82.4

8 months ago

0.82.5

8 months ago

0.80.0

8 months ago

0.80.1

8 months ago

0.80.2

8 months ago

0.82.1

8 months ago

0.77.0

9 months ago

0.79.0

8 months ago

0.90.0

7 months ago

0.94.1

6 months ago

0.96.0

6 months ago

0.73.0

9 months ago

0.75.0

9 months ago

0.92.0

7 months ago

0.71.1

10 months ago

0.94.0

6 months ago

0.71.0

10 months ago

0.89.0

7 months ago

0.66.0

11 months ago

0.68.1

10 months ago

0.68.0

11 months ago

0.65.5

11 months ago

0.65.2

11 months ago

0.65.1

11 months ago

0.65.4

11 months ago

0.65.3

11 months ago

0.65.0

12 months ago

0.63.0

12 months ago

0.62.1

1 year ago

0.61.2

1 year ago

0.60.3

1 year ago

0.62.0

1 year ago

0.61.1

1 year ago

0.60.2

1 year ago

0.64.1

12 months ago

0.62.3

1 year ago

0.64.0

12 months ago

0.62.2

1 year ago

0.60.4

1 year ago

0.61.0

1 year ago

0.60.1

1 year ago

0.60.0

1 year ago

0.59.0

1 year ago

0.58.0

1 year ago

0.57.0

1 year ago

0.56.0

1 year ago

0.55.0

1 year ago

0.54.3

1 year ago

0.54.2

1 year ago

0.54.1

1 year ago

0.54.0

1 year ago

0.53.2

1 year ago

0.53.1

1 year ago

0.53.0

1 year ago