BackboneJS webservice default urls are in this format:
/entities GET fetch entities
/entities/id GET get entity
I have a RESTful webservice that expects url in this format:
/entities?id=n
is there a simple way to force backbone to use this format?