JasonSanford / mapmyfitness-python

A Python wrapper for the MapMyFitness API
MIT License
9 stars 6 forks source link

User Endpoint #13

Closed JasonSanford closed 10 years ago

JasonSanford commented 10 years ago

This pull request adds the user endpoint as well as a big-ish structural change. I've moved the individual find, search, create, update and delete methods into their own mixins. When building out the user endpoint I realized that users cannot be deleted via the API (makes sense). I also found out that it's not obvious at all what parameters are needed to create or update a user, so for now those methods aren't available on the user endpoint.