WIP: 3.0.0 #210

Merged
michaelhelmick merged 43 commits from 3.0.0 into master 2013-06-17 10:51:49 -07:00
Showing only changes of commit 31efb0c7cf - Show all commits

View file

@ -297,7 +297,7 @@ class EndpointsMixin(object):
""" """
return self.get('account/settings', params=params) return self.get('account/settings', params=params)
def verify_Credentials(self, **params): def verify_credentials(self, **params):
"""Returns an HTTP 200 OK response code and a representation of the """Returns an HTTP 200 OK response code and a representation of the
requesting user if authentication was successful; returns a 401 status requesting user if authentication was successful; returns a 401 status
code and an error message if not. code and an error message if not.