View Single Post
Old 03-29-2012, 04:25 PM   #6
caleb68864
Member
caleb68864 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2012
Device: Pandigital Novel
So I've created what I believe to be a small Hello World type Endpoint, but I'm unsure how to call or view it on the server.

I added the following code to \src\calibre\library\server\browse.py

# Read Online {{{
@Endpoint()
def browse_read_online(self, id_):
book = 'The Book You Selected Is: ' + id_
return book
# }}}
caleb68864 is offline   Reply With Quote