apranav19 / pydirections

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

Creating a basic response model #30

Closed apranav19 closed 9 years ago

apranav19 commented 9 years ago

Once a HTTP request is made to the Directions API, the response no mater if valid or invalid contains some useful information.

Modeling that information is the 1st step in making the client library very useful.