Go to file
Quaternions db2e2e990f
Some checks failed
continuous-integration/drone/push Build is failing
Rust grpc builder (#1)
My attempt after reading many online documentations

Reviewed-on: #1
Co-authored-by: Quaternions <krakow20@gmail.com>
Co-committed-by: Quaternions <krakow20@gmail.com>
2024-02-20 04:51:58 +00:00
scripts Rust grpc builder (#1) 2024-02-20 04:51:58 +00:00
.drone.yml Rust grpc builder (#1) 2024-02-20 04:51:58 +00:00
bots.proto Fix go package paths 2022-07-17 04:42:58 -04:00
datastore.proto Add datastore.proto 2022-09-10 15:54:05 -04:00
events.proto Change event filter to be by date 2022-10-29 00:47:51 -04:00
maps.proto Fix go package paths 2022-07-17 04:42:58 -04:00
ranks.proto Add StateID filter to ranks 2022-11-17 22:53:01 -05:00
README.md Add more detailed README.md 2022-07-17 13:46:50 -04:00
servers.proto Fix go package paths 2022-07-17 04:42:58 -04:00
times.proto Add extra docs for sort 2023-03-19 15:13:24 -04:00
transactions.proto Update 'transactions.proto' 2022-11-16 21:57:02 -05:00
users.proto Fix go package paths 2022-07-17 04:42:58 -04:00

StrafesNET protobuf definitions

The repository contains our internal GRPC service protobuf definitions which can be used to develop community supported internal applications (public api).

How to request a new method

Open an issue in this repo with the service and method name requested along with it's function.