1.5.0 • Published 3 years ago

@leroymerlin/marketplace-oms-labels-proto v1.5.0

Weekly downloads
5
License
AGPL-3.0-or-later
Repository
github
Last release
3 years ago

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 Mihail.Garbuzov@leroymerlin.ru

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago