Documentation ¶
Overview ¶
Sherpaclient calls Sherpa API functions and prints Sherpa API documentation from the command-line.
Example:
# all documentation for the API sherpaclient -doc https://www.sherpadoc.org/example/ # documentation for just one function sherpaclient -doc https://www.sherpadoc.org/example/ sum # call a function sherpaclient https://www.sherpadoc.org/example/ sum 1 1
The parameters to a function must be valid JSON. Don't forget to quote the double quotes of your JSON strings!
Usage: sherpaclient [options] baseURL function [param ...] -doc show documentation for all functions or single function if specified -info show the API descriptor
Click to show internal directories.
Click to hide internal directories.