How to use Wix HTTP Functions

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии •

  • @JethroYSCao
    @JethroYSCao Год назад

    Thanks for the walkthrough dude! I'm not a JS dev, and didn't know the semantics of promises too well, so I was failing to get the request body on post requests. Once I changed my API functions to using async/await, it worked like a charm.

  • @karimisaac8384
    @karimisaac8384 2 месяца назад

    amazing video. Would you please show us how to create url with data input. For example login with user email and password?

    • @thewixwiz
      @thewixwiz  Месяц назад

      Thanks! Usually data is passed in a url using query params.

  • @cuongtaduc1236
    @cuongtaduc1236 3 месяца назад

    Hi Eitan, love your work so much. Need your help here. I need to provide the API callback url to other apps, so they can give me access to their API. Please help. Thank you so much!

    • @thewixwiz
      @thewixwiz  3 месяца назад

      Thanks! I'm not sure what you mean by "API callback url".
      I can provide assistance over a call: www.thewixwiz.com/book-online
      Or you can post the question to the forum:
      www.thewixwiz.com/forum

  • @lotterylogix
    @lotterylogix Год назад

    First of all, love your videos. They are great for those of us with limited coding knowledge. Second, do you know if I can collect the Wix Analytics data from my site through the external API? For example, I want to be able to draw in the Wix Analytics and the data from our App (Lottery Logix) into Power BI so that I can run reports on the coinciding data. Or is there a way to have the Wix Analytics data saved into a collection that I can then access through the external API? Thanks in advance.

    • @thewixwiz
      @thewixwiz  Год назад

      Thanks!
      I don't think there is an API for that but take a look at this article:
      Downloading & Subscribing to Wix Analytics Reports | Help Center | Wix.com support.wix.com/en/article/scheduling-wix-analytics-report-emails
      If that doesn't solve your problem maybe consider using a third party analytics solution like Google that probably has better API/integration options.

  • @kibibytecompany
    @kibibytecompany 10 месяцев назад

    Amazing Video! I subscribed! However, could you show us how to add user authentication to this. I imagine I need to create a request with the login data and then somehow check if that is actual data from a user. I also have other video ideas as these were questions I had for past projects which to this day i couldn't fix (but I am a noob at wix / javascript): 1. How to create Websockets 2. How to add Credits/Coins/ A currency to your user accounts which they can spend on items. I am looking forward to an answer :)

    • @kibibytecompany
      @kibibytecompany 10 месяцев назад

      Also, how to send an array via http request

    • @thewixwiz
      @thewixwiz  10 месяцев назад +1

      Thanks for the suggestion!

  • @sujaltangde269
    @sujaltangde269 6 месяцев назад

    How to do similar thing for blogs data

    • @thewixwiz
      @thewixwiz  6 месяцев назад

      You can utilize the blogs Velo API to get blog data and then send it over an http endpoint.