Allow template variables in binder_api() paths.
authorJoshua Roesslein <jroesslein@gmail.com>
Tue, 8 Dec 2009 06:09:47 +0000 (00:09 -0600)
committerJoshua Roesslein <jroesslein@gmail.com>
Tue, 8 Dec 2009 06:09:47 +0000 (00:09 -0600)
commitd8d68462901142e426c76266ac693e1a8d687f7c
tree29b6d1f25447eabb76cc1c45479b6ece8529434c
parent189eaf476106fa85b9ba62c33528532071246c76
Allow template variables in binder_api() paths.

Example:
    m = bind_api(path='/test/{id}', allowed_param=['id'])
    m(id=123)
tweepy/binder.py