Our APIs are REST based, so you can use the language (and corresponding IDE) of your choice. The method that is most likely appropriate for a website is to have your HTML/JS frontend hit an endpoint that you are hosting, and then have that endpoint use an HTTP library to perform the API calls. In this way you can avoid exposing your api key through the browser.
hello,
please give me, an idea about how can i use your lulu API in my site to connect with Lulu.com
Thanks for your time,
Message edited by sijolulu 1 year ago
Ryan Bloom – 2 years ago
We are happy to help, but we need more information before we can help you. I will take this off-line to e-mail.
Ryan
sergeytru – 2 years ago
Please give me an example (or idea) of the API using from HTML or JavaScript site.
What IDE tool may you recommend for debugging of the API?
Thanks,
Sergey
Josiah Gore – 2 years ago
Our APIs are REST based, so you can use the language (and corresponding IDE) of your choice. The method that is most likely appropriate for a website is to have your HTML/JS frontend hit an endpoint that you are hosting, and then have that endpoint use an HTTP library to perform the API calls. In this way you can avoid exposing your api key through the browser.