kabniel

Results 8 issues of kabniel

We are currently doing a network request when we use `ItemList.__getitem__()`, we should instead try to use cached data.

enhancement

Current version of `PyPump.request()` returns `response.json()`, which means it can only be used for requests where the server will return json data. We should rewrite it so that it can...

enhancement

Person.favorites inherits from the Feed class which relies on `links['next']` to navigate through a feed's `items` list, but the pump.io API doesnt add the needed links for the favorites feed,...

bug
pump.io bug

`pump.me.lists[0]` , `pump.me.lists[1]` and so on returns the same collection, this is caused by a `offset` and `count` parameters bug in pump.io https://github.com/e14n/pump.io/issues/794

bug
pump.io bug

Our models are getting pretty cluttered and we could make it easier for users of the library by prefixing things they shouldnt use with a underscore.

enhancement

Possibly because of dodgy cert on theperplexingpariah.co.uk

p always tries to create Pump and Client objects even if the sub command doesnt need it, which sometimes result in weird errors and slowness. Example: ``` $ p set...

bug

A `--config ` option would probably be nice to have when using `p` in cron jobs and scripts ``` $ p --config comedy_bot.json post note "what's the deal with.." $...

enhancement