viezel / napp.alloy.adapter.restapi

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

More elegant solution to params.url and model.url() issue #37

Closed wrightlabs closed 1 year ago

wrightlabs commented 10 years ago

This solution also fixes my issue mentioned in the previous pull request. https://github.com/viezel/napp.alloy.adapter.restapi/pull/36

wrightlabs commented 10 years ago

Ok, I see now.

I've solved my problem without changing the adapter code here ... https://github.com/viezel/napp.alloy.adapter.restapi/pull/36#issuecomment-44920415

But the issue in the adapter still remains since the method call 'model.url()' on line 165 can return URLs that contain an 'id'.