mapbox-sdk-py
mapbox-sdk-py copied to clipboard
Tokens API support
Very preliminary. Towards resolving #156.
Can I try this? I have written basic list_tokens method and the test for that. Will proceed with other methods after your response.
@sgillies This is ready for review. I added some docs/tests on top of the work done by @iAmMrinal0 in #198 - should be close to ready for 🚀
EDIT: apparently github won't let you to review your own PR 😛 - assigned it to you instead.
Okay, this PR is mostly still on track. TODO:
- [ ] rename some methods:
create->create_token,delete->delete_token,get_token. - [ ] resolve conflicts