FokiDoki / WireRest

REST API for Wireguard
MIT License
18 stars 5 forks source link

Added API endpoint to get peers #8

Closed FokiDoki closed 1 year ago

FokiDoki commented 1 year ago

Added endpoints /peers to get peers Some datatypes in WgPeer was changed to primitive because:

  1. No reasons to store this data in these types, we do not do any operations on this types
  2. Swagger displays incorrect data