anor-api 0.1.1

Anor API Service
Documentation
1
2
3
4
5
6
syntax = "proto3";
package anor_service_protobuf;

message Keys {
  repeated string key = 1;
}