phab-grpc 0.0.1

Phab GRPC server to serve phabricator tasks content.
Documentation
1
2
3
4
5
6
7
8
syntax = "proto3";

package grpc.phab.task;

message Task {
  string id = 1;
}