modulepackage
0.0.0-20240827222715-ef9312fc6865
Repository: https://github.com/j-thompson12/math-api.git
Documentation: pkg.go.dev
# README
// this documentation is pretty bad all of them need to have descriptions for what each endpoint does as well as the examples
math-api
Example api requests
GET /min
{
"list": [1, 3, 2],
"quantifier": 2
}
GET /max
{
"list": [1, 3, 2],
"quantifier": 1
}
GET /median
{
"list": [1, 3, 2]
}
GET /avg
{
"list": [15, 20, 35, 40, 50]
}
GET /percentile
{
"list": [15, 20, 35, 40, 50],
"quantifier": 100
}
# Packages
No description provided by the author