-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
PythonTasks related with Python language developmentsTasks related with Python language developmentsRESTTasks involved with the development of REST demosTasks involved with the development of REST demosgood first issueGood for newcomersGood for newcomers
Description
As it was done in the C++ implementation, we should also make this same implementation for the Python version.
It consists on allowing operations via URL without a body request
For example:
Instead of curl -X GET http://localhost:XXXX/add/Matrices ... -d {"id1": 5, "id2" : 27 }
Something like curl -X GET http://localhost:XXXX/add/Matrices/5/27
Metadata
Metadata
Assignees
Labels
PythonTasks related with Python language developmentsTasks related with Python language developmentsRESTTasks involved with the development of REST demosTasks involved with the development of REST demosgood first issueGood for newcomersGood for newcomers