Mustafa Arici 707e209b68 refactor: correct typo před 8 roky
..
README.md 24eb047afb refactor(api): move pb/ under api/ před 8 roky
auth.pb.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
auth.pb.gw.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
auth.proto 2b1197d5c1 feat(webui): implement basic webui před 8 roky
network.pb.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
network.pb.gw.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
network.proto 2b1197d5c1 feat(webui): implement basic webui před 8 roky
user.pb.go 707e209b68 refactor: correct typo před 8 roky
user.pb.gw.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
user.proto 707e209b68 refactor: correct typo před 8 roky
vpn.pb.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
vpn.pb.gw.go 2b1197d5c1 feat(webui): implement basic webui před 8 roky
vpn.proto 2b1197d5c1 feat(webui): implement basic webui před 8 roky

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