A web site created with Python Flask, to showcase Artificial Intelligence projects.
All reponses will have the following form:
{
"data": "Mixed type holding the contents of the response",
"message": "Description of what happened"
}
Subsequent response definitions will only detail the expected value of the data field
.
Definition
GET /grid
Response
200 OK
on success
[
{
"grid": "json representation of 2d array"
}
]
Definition
POST /grid/<size>
Arguments
"Size":int
the size of the 2d array to be created.
Response
201 OK
created success
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.