Troia-Server
Troia-Server copied to clipboard
Create simple non-JSON calls for the API calls
We need to have calls that accept as input the parameters independently, and not as a big JSON object.
They will be just wrappers around the current JSON structures but it makes easy for a beginner to understand what to pass in each call.
this wont be hard in certain settings, but harder in others ( misclassification costs ).
On Wed, Apr 4, 2012 at 11:10 PM, Panos Ipeirotis < [email protected]
wrote:
We need to have calls that accept as input the parameters independently, and not as a big JSON object.
They will be just wrappers around the current JSON structures but it makes easy for a beginner to understand what to pass in each call.
Reply to this email directly or view it on GitHub: https://github.com/jattenberg/DSaS/issues/10
One by one? eg addMisclassificationCost?from=...&to=...&cost=....
done