apranav19 / pydirections

A Python client for Google's Directions API
Apache License 2.0
1 stars 0 forks source link

Refactor Director To Handle DirectionsRequest #27

Closed apranav19 closed 9 years ago

apranav19 commented 9 years ago

Refactor the Director class such that fetch_directions() takes a DirectionsRequest object as an argument rather than a large key word argument dict.

apranav19 commented 9 years ago

Both issue_27 & refactor_issue_27 branches address this issue.