+1
Answered

Question Database

mediabot666 7 years ago updated by Tom 7 years ago 2

Are there API calls that can be made to the H2 database through mylar similar to how we query comic vine api?



Also if this helps clarify why i'm asking. I'd like to build a custom html for a theme. In order to create links to story arcs



Here's an example. In the Story Arc Civil War II, you'll see all of the comics, but would I'd like to do is on the menu in the top right hand corner populate all of the comics that were used to construct the arc. I'd also like do the opposite for the users, if a story arc exist for comic add a link to it.



It would be difficult for the user to go back and edit this. If I can query the id place holder for these, I can put this into the custom html for the user


Example Splash


Example Scroll Down


Problem - I want populate this menu here with links to the comics that were used to create the arc. I don't see a way to get the comic id, without having the user install h2 server






Answered

At the moment there is no API exposed by Ubooquity that you could use to do what you describe.

(well, there is the OPDS feed, which support searching, but I guess this is not what you are looking for)


The H2 database is a standard one that can be accessed using any JDBC driver, but Ubooquity has to be stopped first, and you would have to use Java code.