/
HO
hogeschool
/
Calculator API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9m ago · Updated 1mo ago
Details
Filter operations
General
4
post
addition
post
subtraction
post
multiplication
post
division
General
multiplication
Will multiply two values
post
/mul
Request body
object
required
a
number
required
b
number
required
Response
Successful response
object
required
result
number
Example response
{ "result": 6 }
Changes