Add missing parameters to `verify_credentials`
authorAlejandro Gómez <alejandroogomez@gmail.com>
Thu, 5 Jul 2012 19:32:30 +0000 (21:32 +0200)
committerAlejandro Gómez <alejandroogomez@gmail.com>
Thu, 5 Jul 2012 19:32:30 +0000 (21:32 +0200)
commit8e5adbea75a84c11b0d76052fb9f5e82c675f369
tree097d3714ee59e48dd3ebab14023a9ffa919b98c5
parentaa6a31d54b48338e2954daa7e34e9cc655a7ee78
Add missing parameters to `verify_credentials`

As described in the Twitter API docs, the `verify_credentials`
method accepts the optional `include_entities` and `skip_status`
parameters.

    https://dev.twitter.com/docs/api/1/get/account/verify_credentials

I've modified `tweepy.API.verify_credentials` for allowing these
parameters and expanded `tests.testverifycredentials` to test the
new functionality
tests.py
tweepy/api.py