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