fusenapi/server_api/cloud-storage.api

15 lines
223 B
Plaintext
Raw Normal View History

2023-05-31 03:38:17 +00:00
syntax = "v1"
info (
title: // TODO: add title
desc: // TODO: add description
author: ""
email: ""
)
2023-06-21 08:39:55 +00:00
import "basic.api"
2023-05-31 03:38:17 +00:00
service user-auth {
@handler GreetHandler
get /greet/from/:name(request) returns (response);
}