Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET https://hub-NAMESPACE{ns}.pipeforce.net/api/v3/command:my.command?paramKey=paramValue

Replace {ns} by your own namespace name.

A request to this URL would call the command my.command at server side and finally returns the result of this command. The request query parameters will become the be set as command parameters. Any command can be callled using HTTP GET or HTTP POST. In case of HTTP POST, the body of the post request becomes the body to the command.

...