Mike Helmick
Mike Helmick
Specifically, filtering by Sprint would be amazing.
``` bash ********************************************************************** File "client.py", line 70, in __main__ Failed example: responses, unconsumed_data = client.profile_modify( profile_id='RT0000000002', extras=[ Profile(profilename="Joe Bloggs", start=052413,), CreditCard(acct=new_acct,expdate=new_expdate,cvv2=new_cvc,), ShippingAddress(shiptostreet="123 Main St.", shiptocity="Oakland", shiptofirstname="Joe", shiptolastname="Bloggs", shiptostate="CA", shiptocountry="US", shiptozip="94123"),...
Again, looks a little generic. Let's pretty it up a bit.
Just as title says
The idea is to return as much data as we can in the API so users can possibly embed media. (i.e. Spotify tracks) We'll probably add a new `embed.py` and...
By default Non-200 Responses should return empty content to `lassie` An option to still return whatever response came from the request will be available through a flag to `lassie.fetch` though.