@leroymerlin/marketplace-oms-labels-proto
v1.5.0
Published
Marketplace OMS labels service protobuf contracts
Downloads
2
Readme
Marketplace OMS Labels service contracts
Source code for Leroy Merlin Marketplace project.
Install
npm install @leroymerlin/marketplace-oms-labels-proto --save-prod
Usage
With NestJS
import type { ClientOptions } from '@nestjs/microservices';
import { Transport } from '@nestjs/microservices';
import { packageName, protoPath } from '@leroymerlin/marketplace-oms-labels-proto';
export const grpcClientOptions: ClientOptions = {
transport: Transport.GRPC,
options: {
package: packageName,
url: process.env.LABEL_SERVICE_URL,
protoPath,
},
};
Maintainers
LMRU — Marketplace Operations team: lmru-marketplace-operations
Team maintainers: @madmxg [email protected]