viezel / napp.alloy.adapter.restapi

RestAPI Sync Adapter for Titanium Alloy Framework
197 stars 102 forks source link

delete was handling arguments incorrectly #44

Closed Sophrinix closed 10 years ago

Sophrinix commented 10 years ago

First, Thank you very much for creating this library. I make sure to show it to everyone who takes the TCD/TCE.

There is an inconsistency in how the delete verb is handling URLs. It tries to append the model.id to the end of a URL string rather than splitting on ?

This humble patch fixes this issue.

Thanks again for the awesome adapter.

viezel commented 10 years ago

Hi Andrew.. Glad to hear you can use it. And cheers for the PR.