I’m trying to implement restapi in meteor with package simle-rest, I could implement the fuction for get. But while creating fuction for post,in client side i’m not getting any response data eventhough i’m returning it… If someone known to this,please help me with sample server code and how to call it in client side(passing argument in client side and access it in server side).Thank you in advance
Have you tried https://github.com/kahmali/meteor-restivus ? it has great docs and works pretty well Hope it helps