Bixby Developer Center

References

remote-endpoint

optionalvalue required

The URL of the remote-endpoint.

Example

    action-endpoint (FindShoeRemoteEndpoint) {
accepted-inputs ()
remote-endpoint ("https://my-json-server.typicode.com/bixbydevelopers/capsule-samples-collection/shoes") {
method (GET)
}
}

View b59451b on GitHub

Child Keys

method
required
The HTTP method to access the endpoint, such as POST or GET
body
optional
Request body, specified as a string template in the scope of the action inputs
headers
optional
Custom headers to be passed in request