Added postJson and putJson to the Service wrapper prototype#212
Added postJson and putJson to the Service wrapper prototype#212zipang wants to merge 1 commit intodanwrong:masterfrom
Conversation
The first thig that i tried.... create a service wrapper for a JSON API (which API is not JSON today?) and... bingo.. it was missing..!
|
I landed on the main page/documentation and encountered the issue as well. |
|
Did you try my fork for that purpose ? |
|
My current solution is a common class that extends restler to provide
|
|
Could you update the docs to list the support of this method? Can you add a simple test for coverage? Thanks 🍭 |
The first thig that i tried.... create a service wrapper for a JSON API (which API is not JSON today?) and... bingo.. it was missing..!