Hello people,
First of all, let me appologise if this has clearly been answered multiple times, i searched all over the forum/google be was unable to really find anything that worked out for me.
So i got a web api running on my server, this web api is connected with an sql server that is being hosted on my server as well.
I can make calls to it and everything so i know it works.
This led me to the point where it was time to implement it into my java scripts, and this is where i (with seemingly many others) hit the issue of using external libraries in or scrips.
From reading all those posts it seems that they are just not allowed in the SDN, but that the usage of them localy should not be an issue. I run my stuff just localy, and don't touch the SDN at all (as far as im aware).
That being said, the code has been written, the artifact has been build, but i am unable to run any of it and just spits out a whole list of errors "Failed to load local script: library class.class".
I tried pretty much everything i was able to find, from adding modules, to extracted libraries in my artifacts, but i seem to be unable to add them, or atleast get Osbot from running the script
For this reason i would like to ask the question if anyone here 'that has used excternal libraries in local scrips before' could give me a rundown as to how its done.
For those that are intrested the libraries that i am trying to include are Retrofit2, Okhttp3 and retrofits Gson Converter factory. I got them all as jar files, that being said they are all open source, so i could get my hands on the source files if that needed to get it to work.