simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

The get_layers method wasn't accepting any kwargs #21

Closed jonrohan closed 13 years ago

jonrohan commented 13 years ago

In listing the layers, the api endpoint accepts 2 parameters, limit and cursor https://simplegeo.com/docs/api-endpoints/simplegeo-storage#layer-management, for pagination, but the python client wasn't accepting any kwargs.

This update adds kwargs to the get_layers def.

wadey commented 13 years ago

Looks good to me

ieure commented 13 years ago

+1

wadey commented 13 years ago

can't automerge as the target is master instead of pending