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