Mustafa Arici e51f96374f chore: go generate 7 anos atrás
..
README.md 24eb047afb refactor(api): move pb/ under api/ 8 anos atrás
auth.pb.go e51f96374f chore: go generate 7 anos atrás
auth.pb.gw.go f18c978bb2 chore: go generate 8 anos atrás
auth.proto 2b1197d5c1 feat(webui): implement basic webui 8 anos atrás
network.pb.go e51f96374f chore: go generate 7 anos atrás
network.pb.gw.go f18c978bb2 chore: go generate 8 anos atrás
network.proto 2b1197d5c1 feat(webui): implement basic webui 8 anos atrás
user.pb.go e51f96374f chore: go generate 7 anos atrás
user.pb.gw.go f18c978bb2 chore: go generate 8 anos atrás
user.proto fbc7ddb4e8 feat(vpn): impl. server and ca cert expiration indicators 7 anos atrás
vpn.pb.go e51f96374f chore: go generate 7 anos atrás
vpn.pb.gw.go 0b7c7cb222 feat(api): expose restart vpn functionality over api 8 anos atrás
vpn.proto fbc7ddb4e8 feat(vpn): impl. server and ca cert expiration indicators 7 anos atrás

README.md

OVPM API

This package holds gRPC definition of the OVPM API. And there is also a REST API implementation that is generated automatically from gRPC proto files as well. REST APIs are automatically documented with swagger.

File Description
user.proto gRPC Service Definition for User Service
network.proto gRPC Service Definition for Network Service
vpn.proto gRPC Service Definition for VPN Service
network.swagger.json Swagger Specification for the Network REST API
user.swagger.json Swagger Specification for the User REST API
vpn.swagger.json Swagger Specification for the VPN REST API