You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the basic syntax of curlie -v POST {addr}/greeting name=Nick is_cool=true i think it would make sense that it is possible to use basic types data types i.e. string, number, boolean, null
As far as i can tell it parses everything as a string at present.
I am assuming that with a simplified interface it would be more challenging to use and implement arrays and nested objects, so i think that for those it would be easier to just use the -d flag.
The text was updated successfully, but these errors were encountered:
With the basic syntax of
curlie -v POST {addr}/greeting name=Nick is_cool=true
i think it would make sense that it is possible to use basic types data types i.e. string, number, boolean, nullAs far as i can tell it parses everything as a string at present.
I am assuming that with a simplified interface it would be more challenging to use and implement arrays and nested objects, so i think that for those it would be easier to just use the -d flag.
The text was updated successfully, but these errors were encountered: