Hello! Working in Ruby on a project. I need to be able to make an API request for data on a site that I am managing on Wix. I wanted to use openapi.wix.com/v1 as my entry point but I am unaware of how to access the actual site to get the needed information. Looking to create a hash that I can iterate through to create a simple Ruby CLI. Can someone assist?
Actually may have answered my own question. Looks like there is a Ruby gem for handling 3rd party API requests to Wix site. Investigating…
Maybe the wix-http-functions (Corvid API) to create the site API using backend modules
Thank you but it seems like Wix doesn’t support what I am trying to do unless I make a separate database component in the cloud. I have information in an iFrame which does not support scraping or API requests. I’m under the gun for a project so I needed to switch off to another non-Wix site. Thanks for the input!
@jeffmarbury
Which usecase was given here? What was the problem ?
You wanted to use a Wix-Database and create an API-request (http-endpoint) for your Collection to be able to fetch data out of it from another site?
If so, than it is possible.
Information in an iFrame? → My first thought is emmidiately → post-message-command of the iFrame → communication between eachother.