-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation of CLI [ready] #13
Conversation
At this point we're at 90% coverage. Aside from the s3 mock issue blocking testing of uploads, the only lines left uncovered are the |
We're now at 97% coverage missing only the non-successful HTTP response code handling. |
@sgillies : When do we |
we'll get 👀 on it once it's merged |
Initial implementation of CLI [ready]
In addition to the existing
geocoding
command, this PR adds the following:directions
distance
staticmap
surface
upload
Some usage examples here: https://github.com/mapbox/mapbox-cli-py/blob/api-stubs/README.md
I'd consider this about a 30% design, working but still much to do with regards to:
full coveragealmost full coveragecloses #2, closes #3, closes #4, closes #5, closes #6