dmarket / marketplace-api-cpp-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:CMake 46.2%Language:C++ 43.3%Language:Makefile 10.4%