I'm writing an app for a
non profit organitation that should help them manage the libarary and members.
I'm using SpringBoot with javaFX and everything works fine, but I thought it would be nice that the users (read organitation) could simply provide the isbn number and the data would automaticly be stored in the database instead of heaving to type everything out. So I contacted the Belgian organitation that manages the isbn's and asked if a public database exsist where I can get the information by isbn.
They suggested to use the api from Onix for Book, but I have no Idea how to implement it and can't get my head around the documentation provided.
Anyone used Onix for books already? Could you give me some pointers?
Thanks in advance