@teespring/user-identity-service-proto
v0.8.0
Published
User/Identity Service proto files and generated code
Downloads
2
Maintainers
Keywords
Readme
user-identity-service Proto Files
This NPM package contains manually and automatically generated proto files for the current project. The proto files can be found in the ./proto
directory, and the automatically generated files are stored in the ./generated
directory.
Installation
To install this package, run the following command:
npm install user-identity-service
Usage
To use this package, you can import the proto files and use them in your project:
const protoFile = require('user-identity-service/.proto/example/v#/example.proto');
Alternatively, you can use the automatically generated client and server files in your project:
const { ExampleServiceClient } = require('user-identity-service/generated/example/v#/example_grpc_pb');
const { ExampleRequest } = require('user-identity-service/generated/example/v#/example_pb');