ushahidi / crowdmap-issues

A centralized repository for filing, tracking and discussing bugs and features in Crowdmap.com and Crowdmap's API.
0 stars 2 forks source link

/users/:user_id/maps/associated/ doesn't respect limit param #403

Open brianherbert opened 10 years ago

brianherbert commented 10 years ago

https://api.crowdmap.com/v1/users/brianherbert/maps/associated/?limit=4&fields=maps.name,maps.subdomain,maps.association should return only 4 entries, instead it ignores the ?limit= query param.

zhalloran commented 10 years ago

The issue is there is no limit enforcement on lookup for collaborators or following. Working on it.