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.
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!
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
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.
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.
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 :)
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.
Amazing!
amazing video. Would you please show us how to create url with data input. For example login with user email and password?
Thanks! Usually data is passed in a url using query params.
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!
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
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.
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.
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 :)
Also, how to send an array via http request
Thanks for the suggestion!
How to do similar thing for blogs data
You can utilize the blogs Velo API to get blog data and then send it over an http endpoint.