Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 410 Bytes

File metadata and controls

25 lines (16 loc) · 410 Bytes

marketplace api cpp sdk

A tiny sdk for marketplace api cpp grpc client generation.

quick start

To setup local development environment run:

make setup

To get list of all available commands run:

make help

After applying changes to api/marketplace/marketplace.proto run:

make gen

This will generate cpp grpc client with required deps.