mgonto / restangular

AngularJS service to handle Rest API Restful Resources properly and easily
MIT License
7.87k stars 840 forks source link

Details of HTTP request sent by put method ? #1485

Open Bereket-G opened 6 years ago

Bereket-G commented 6 years ago

I know it sends a put request. But does it send the restangular object in json ?

What should i do to send the request body in json format.