JSON Documentation
Method: greeting ¶
https://json.smappi.org/adw0rd/example/greeting?name=<string>
Example of greeting
greeting("adw0rd")
// => "Hello, adw0rd!"
Method: calculator ¶
https://json.smappi.org/adw0rd/example/calculator?digits=<resttype>
Example of calculator
calculator(42, 42, 42)
// => 126
XML Documentation
Method: greeting ¶
https://xml.smappi.org/adw0rd/example/greeting?name=<string>
Example of greeting
greeting("adw0rd")
// => "Hello, adw0rd!"
Method: calculator ¶
https://xml.smappi.org/adw0rd/example/calculator?digits=<resttype>
Example of calculator
calculator(42, 42, 42)
// => 126
SOAP Documentation (coming soon)
WSDL-Scheme here...
Method: greeting ¶
https://soap.smappi.org/adw0rd/example/greeting?name=<string>
Example of greeting
greeting("adw0rd")
// => "Hello, adw0rd!"
Method: calculator ¶
https://soap.smappi.org/adw0rd/example/calculator?digits=<resttype>
Example of calculator
calculator(42, 42, 42)
// => 126