Lulu Developer Forums

Lulu API Announcements

RSS Feed

basic API help

  1. 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

  2. Ryan Bloom2 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

  3. sergeytru2 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

  4. Josiah Gore2 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.

[ Page 1 of 1 ]