Fix verify_credentials definition name
[ci skip]
This commit is contained in:
parent
e0363dba52
commit
31efb0c7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue