Ejemplo n.º 1
0
 def create(self):
     raise OauthEndpointNotImplemented('review.create')
Ejemplo n.º 2
0
 def following(self):
     raise OauthEndpointNotImplemented('user.following')
Ejemplo n.º 3
0
 def create(self):
     raise OauthEndpointNotImplemented('rating.create')
Ejemplo n.º 4
0
 def create(self):
     raise OauthEndpointNotImplemented('quote.create')
Ejemplo n.º 5
0
 def compare(self):
     raise OauthEndpointNotImplemented('user.compare')
Ejemplo n.º 6
0
 def create(self):
     raise OauthEndpointNotImplemented('user_shelf.create')
Ejemplo n.º 7
0
 def show(self, id_: str):
     raise OauthEndpointNotImplemented('author.show')
Ejemplo n.º 8
0
 def view(self):
     raise OauthEndpointNotImplemented('notifications')
Ejemplo n.º 9
0
 def create(self):
     raise OauthEndpointNotImplemented('comment.create')
Ejemplo n.º 10
0
 def add_books_to_shelves(self):
     raise OauthEndpointNotImplemented('shelf.add_books_to_shelves')
Ejemplo n.º 11
0
 def add_to_shelf(self):
     raise OauthEndpointNotImplemented('shelf.add_to_shelf')
Ejemplo n.º 12
0
 def list(self):
     raise OauthEndpointNotImplemented('review.list')
Ejemplo n.º 13
0
 def edit(self):
     raise OauthEndpointNotImplemented('review.edit')
Ejemplo n.º 14
0
 def destroy(self):
     raise OauthEndpointNotImplemented('review.destroy')
Ejemplo n.º 15
0
 def unread_group(self):
     raise OauthEndpointNotImplemented('topic.unread_group')
Ejemplo n.º 16
0
 def auth_user(self):
     raise OauthEndpointNotImplemented('auth.user')
Ejemplo n.º 17
0
 def update(self):
     raise OauthEndpointNotImplemented('user_shelf.update')
Ejemplo n.º 18
0
 def join(self):
     raise OauthEndpointNotImplemented('group.join')
Ejemplo n.º 19
0
 def destroy(self):
     raise OauthEndpointNotImplemented('author.destroy')
Ejemplo n.º 20
0
 def confirm_request(self):
     raise OauthEndpointNotImplemented('friend.confirm_request')
Ejemplo n.º 21
0
 def create(self):
     raise OauthEndpointNotImplemented('author.create')
Ejemplo n.º 22
0
 def requests(self):
     raise OauthEndpointNotImplemented('friend.requests')
Ejemplo n.º 23
0
 def create(self):
     raise OauthEndpointNotImplemented('follower.create')
Ejemplo n.º 24
0
 def create(self):
     raise OauthEndpointNotImplemented('friend.create')
Ejemplo n.º 25
0
 def followers(self):
     raise OauthEndpointNotImplemented('user.followers')
Ejemplo n.º 26
0
 def confirm_recommendation(self):
     raise OauthEndpointNotImplemented('friend.confirm_recommendation')
Ejemplo n.º 27
0
 def friends(self):
     raise OauthEndpointNotImplemented('update.friends')
Ejemplo n.º 28
0
 def create(self):
     raise OauthEndpointNotImplemented('topic.create')
Ejemplo n.º 29
0
 def destroy(self):
     raise OauthEndpointNotImplemented('rating.destroy')
Ejemplo n.º 30
0
 def create(self):
     raise OauthEndpointNotImplemented('owned_book.compare')