How to retrieve JSON result from curl request

ceddotcom

Member
Hello,

There is somethink i don't underdant in dataconnector in flowics.
Read and wathed a lot of tutorials and followed the Flowics training in viz university.

my goal : Write live statistics in flowics received from online API (RapidAPI.com) in JSON format.

The curl example is like :
curl --request GET \ --url https://rugby-live-data.p.rapidapi.com/standings/1230/2020 \ --header 'x-rapidapi-host: rugby-live-data.p.rapidapi.com' \ --header 'x-rapidapi-key: xxxxxxxxxxxxxxxxxxx'

When i create a DATA CONNECTORS / Data Inputs / JSON HTTP push content the Push Instructions field is not editable.

Were can i find tutorial to do this ?
Do i have to create a python script to create the JSON file attended and put it in online folder accessible by flowics ?
Do i have to contact support to ask them to add RapidAPI connector to the list ?
I am a little bit lost
 
Or would it be easier to send all data using http Graphic Control API?
How to send directly all the json file using this API? Because I have dynamics list which have not always the name number (ex. Number of tries and the Name of player during a match)
 
Or would it be easier to send all data using http Graphic Control API?
How to send directly all the json file using this API? Because I have dynamics list which have not always the name number (ex. Number of tries and the Name of player during a match)
Hello @ceddotcom

I understand you have already reached out to our Support team and will be installing a Data Bridge.
If that's not please open a support ticket by emailing [email protected]. Thanks
 
Hello @ceddotcom

I understand you have already reached out to our Support team and will be installing a Data Bridge.
If that's not please open a support ticket by emailing [email protected]. Thanks
Hello!
Yes, the chat support assisted me, i found the Data Bridge feature and this works find. However, i still don't understand how to send json data or more data from csv for example (for dynamic list) in other way for more reactivity
 
Hello!
Yes, the chat support assisted me, i found the Data Bridge feature and this works find. However, i still don't understand how to send json data or more data from csv for example (for dynamic list) in other way for more reactivity
Hi @ceddotcom,
To integrate data from a CSV file, you’ll need to use the Data Bridge. You can find detailed step-by-step instructions for this integration here:

🔗 https://support.flowics.com/en/articles/8873403-working-with-data-bridge#h_ceac44fb36

If you have any questions about the information shared, please don’t hesitate to reach out to us at [email protected] — we’ll be happy to help.


Best regards,
eferraez
 
Hello,

I post this message for people who are also looking for the answer.

Maybe My question was not understable or my english too poor ,


I was wondering how to send the data I had in JSON to Flowics with the curl http push instruction that flowics gave me and i finished to ask to chatGPT :


"Your curl statement already sends data with the -d (--data) option. The {…} part must be replaced with your JSON content »



and after this answer everything became clear!


I have not found anywhere that the data is to be communicated in the instruction as is in the "-d" parameter.


I program a little, but I'm not a pro; I don't practice every day.

This is probably obvious to many people.
 
Back
Top