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