initial swagger spec for client api

This commit is contained in:
Michael Quigley 2022-07-22 10:21:14 -04:00
parent 0ae698dd85
commit 24815de925
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

12
specs/client.yml Executable file
View File

@ -0,0 +1,12 @@
swagger: '2.0'
info:
description: zrok Client API
title: zrok-client
version: v1
paths:
/:
get:
summary: Retrieve version information
responses:
'200':
description: Version information