Hi, I am trying to access my ESPO instance using the Java API, as discussed on this page: https://docs.espocrm.com/development/api-client-java/
That code, makes reference to the EspoApiClient object.
At run-time I get an error because it cannot find the nl.thedutchmc.httplib.Http library (line 22 or EspoClientApi.java).
I have searched Google but cannot find it. Can you point me to where I can get this Jar?
Thanks
That code, makes reference to the EspoApiClient object.
At run-time I get an error because it cannot find the nl.thedutchmc.httplib.Http library (line 22 or EspoClientApi.java).
I have searched Google but cannot find it. Can you point me to where I can get this Jar?
Thanks
Comment