Use parameters in query to get specific meps from the API
Created by: okhin
It would be very nice if we could be able to retrieve all representatives matching some criteria.
Especially I'd like to be able to run this kind of queries:
- All meps member of the group S&R
- All meps member of the group S&R or in the LIBE comittee
- All meps member of the group S&R before the 2014/07/01
- All meps member of the LIBE committee with a score above 10 on a specific dossier
The result should be in json, listing all the representatives, in the same format they're currently listed here https://master-memopol.rhcloud.com/api/representatives/
Ideally, all of them shoudl be GET requests and those query parameters should be part of teh query parameters.