Mustafa Arici 133e350a70 feat: vpn update option enable|disable use-lzo 5 years ago
..
README.md 24eb047afb refactor(api): move pb/ under api/ 8 years ago
auth.pb.go 64c03b3896 chore(proto): generat protos 5 years ago
auth.pb.gw.go ec7f296253 created description field in user profile 6 years ago
auth.proto 2b1197d5c1 feat(webui): implement basic webui 8 years ago
network.pb.go 64c03b3896 chore(proto): generat protos 5 years ago
network.pb.gw.go ec7f296253 created description field in user profile 6 years ago
network.proto 2b1197d5c1 feat(webui): implement basic webui 8 years ago
user.pb.go 64c03b3896 chore(proto): generat protos 5 years ago
user.pb.gw.go ec7f296253 created description field in user profile 6 years ago
user.proto ec7f296253 created description field in user profile 6 years ago
vpn.pb.go 133e350a70 feat: vpn update option enable|disable use-lzo 5 years ago
vpn.pb.gw.go ec7f296253 created description field in user profile 6 years ago
vpn.proto 133e350a70 feat: vpn update option enable|disable use-lzo 5 years ago

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