angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

How to perform such query: /model/id?=1,2,3 #163

Closed srcmaxim closed 6 years ago

srcmaxim commented 6 years ago

I want to query multiple resources in one HTTP call in the way proposed previously

wardbell commented 6 years ago

That's not possible today. You can take over the request in a GET override and do it yourself. Closing because unlikely to add this kind of thing; see the README which makes clear that this development tool is not intended to be a full backend.