@gomomento/generated-types-webtext
TypeScript icon, indicating that this package has built-in type declarations

0.119.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.119.25latest

Version History

VersionDownloads (Last 7 Days)Published
0.119.25
0.119.18
0.119.01
0.118.01
0.117.11
0.117.01
0.116.10
0.116.00
0.115.00
0.114.00
0.113.0251
0.112.10
0.112.00
0.111.20
0.111.10
0.111.00
0.110.20
0.110.10
0.110.00
0.109.00
0.108.20
0.108.10
0.108.00
0.107.481
0.107.30
0.107.20
0.107.11
0.107.00
0.106.20
0.106.12
0.106.00
0.105.30
0.105.20
0.105.10
0.105.00
0.104.00
0.103.00
0.102.20
0.102.10
0.102.00
0.101.00
0.100.10
0.100.00
0.99.00
0.98.10
0.98.00
0.97.10
0.97.00
0.96.00
0.95.00
0.94.10
0.94.00
0.93.00
0.92.00
0.91.40
0.91.30
0.91.20
0.91.10
0.91.00
0.90.00
0.89.00
0.88.10
0.88.00
0.87.00
0.86.00
0.85.00
0.84.21
0.84.10
0.84.00
0.83.00
0.82.50
0.82.40
0.82.30
0.82.21
0.82.11
0.81.21
0.81.11
0.81.01
0.80.21
0.80.11
0.80.01
0.79.01
0.78.21
0.78.11
0.78.01
0.77.01
0.76.21
0.76.11
0.76.01
0.75.01
0.74.01
0.73.01
0.72.22
0.72.11
0.72.01
0.71.11
0.71.01
0.70.01
0.69.11
0.69.05
0.68.11
0.68.01
0.67.01
0.66.01
0.65.51
0.65.41
0.65.31
0.65.21
0.65.11
0.65.01
0.64.10
0.64.00
0.63.01
0.62.30
0.62.20
0.62.10
0.62.01
0.61.20
0.61.10
0.61.00
0.60.40
0.60.30
0.60.20
0.60.10
0.60.00
0.59.00
0.58.00
0.57.01
0.56.00
0.55.00
0.54.30
0.54.20
0.54.10
0.54.00
0.53.20
0.53.11
0.53.00

Package Sidebar

Install

npm i @gomomento/generated-types-webtext

Weekly Downloads

375

Version

0.119.2

License

Apache-2.0

Unpacked Size

2.21 MB

Total Files

51

Last publish

Collaborators

  • gomomento