You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
295 B
4 lines
295 B
# Factorial RESTful API
|
|
Takes a POST Request that takes json with the following structure: {"a":#,"b":#} (where # is an int) and
|
|
returns a json string containing the factorial of a and b in the same structure. When a negative number or
|
|
other incorrect input is given, the API returns an error. |