Peter Olson

Results 4 comments of Peter Olson

Currently you have no default values for the parameters, making them positional instead of keyword arguments: ``` $ python testhug.py hello_world --help usage: testhug.py [-h] name1 name2 positional arguments: name1...

General CLI patterns doesn't really agree with the first option, positional arguments and keyword arguments are two very different things. In the last line of my previous comment I agree...

It appears that `/api/fancollection/1/followers` has the same rules where token is a two-field entry for `"date_followed":"fan_id"`. Tokens can be found from `.item_cache.followers`.

First brush it looks like token for `/api/fancollection/1/wishlist_items` follows the pattern of `/collection_items`. However the 5 fields are: 1. Unix epoch timestamp of when fan `"added"` this item 2. "tralbum_id"...