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.
 
 
gabe farrell de367073d6
First Commit
4 years ago
Dockerfile First Commit 4 years ago
README.md First Commit 4 years ago
go.mod First Commit 4 years ago
go.sum First Commit 4 years ago
main.go First Commit 4 years ago

README.md

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.