I've recently started a new project that requires the use of AlchemyAPI to analyze information on websites. I've started coding in Java and I use Eclipse, but I am relatively new and I am just really lost on how to actually use the API. So far, I've downloaded the Java SDK, and installed it according to what it says on GitHub. Now this is where I am stuck. How do I actually use the API? Do I have to import something? If yes, what/how exactly?
There are examples in the form of ".jar" files in the "dist" folder but I can only execute them using "java -jar", so they do not seem to be that useful in actually learning how to call or use the API in my code.
Any help to guide me would be greatly appreciated.
Thanks!