Helloworld
Package : spaceone.api.sample.v1
Helloworld
The greeting service definition.
HelloWorld Methods:
Method | Request | Response |
---|---|---|
say_hello
Sends a greeting
{{< tabs " say_hello " >}}
{{< tab "Request Example" >}}
name (string)
Required
{{< highlight json >}} The request message containing the user's name. {{< /highlight >}} {{< /tab >}}
{{< tab "Response Example" >}}
message (string)
Required
{{< highlight json >}} The response message containing the greetings {{< /highlight >}} {{< /tab >}}
{{< /tabs >}}
Message
HelloReply
message (string)
Required
HelloRequest
name (string)
Required
Last updated