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