CloudOpting / cloudopting-manager

The cloudopting core manager
MIT License
10 stars 7 forks source link

Some parameters on endpoints should be numbers, not strings #223

Closed xeviscc closed 8 years ago

xeviscc commented 8 years ago

For example when you GET an application with endpoint "/api/application/{idApp}

In the following example can be seen that they are Strings.

  "servicePrice": "",
  "platformPrice": "",

image

xeviscc commented 8 years ago

Needed for #73

gioppoluca commented 8 years ago

No those are strings since we allow people to write things like.

"300 €/month" We really do not care and do not want to do any calculation.