Mustafa Arici 6006fb9610 feat(api): implement authentication service 8 年之前
..
README.md 24eb047afb refactor(api): move pb/ under api/ 8 年之前
auth.pb.go 6006fb9610 feat(api): implement authentication service 8 年之前
auth.pb.gw.go 6006fb9610 feat(api): implement authentication service 8 年之前
auth.proto 6006fb9610 feat(api): implement authentication service 8 年之前
network.pb.go 6006fb9610 feat(api): implement authentication service 8 年之前
network.pb.gw.go 24eb047afb refactor(api): move pb/ under api/ 8 年之前
network.proto 6006fb9610 feat(api): implement authentication service 8 年之前
user.pb.go 6006fb9610 feat(api): implement authentication service 8 年之前
user.pb.gw.go 6006fb9610 feat(api): implement authentication service 8 年之前
user.proto 6006fb9610 feat(api): implement authentication service 8 年之前
vpn.pb.go 6006fb9610 feat(api): implement authentication service 8 年之前
vpn.pb.gw.go de05a189d9 refactor(api): update vpn service rest gw 8 年之前
vpn.proto 6006fb9610 feat(api): implement authentication service 8 年之前

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