British-Systems / MultiPlug

MultiPlug .Net Edge Computing Platform
https://www.multiplug.app
1 stars 0 forks source link

HTTP Post models to parse more primitive types #37

Closed British-Systems closed 2 years ago

British-Systems commented 2 years ago

Current the only types that are automatically populated for a HTTP Post Data Model are String, Int and Bool.

If we use anything else we must set it to String and convert it ourselves in the Post Function.

Can we add more primitive types such as Float, Double, Short etc

British-Systems commented 2 years ago

Doubles are already handled

British-Systems commented 2 years ago
British-Systems commented 2 years ago

In 2.2.80