Making Dynamic Calls | Bubble.io API Tutorial Part 3

  Рет қаралды 8,972

Jacob Gershkovich

Jacob Gershkovich

Жыл бұрын

This is part 3 of my series on APIs. In this video we'll look at making our request dynamic inside of the API connector!
If you missed the earlier videos in this series, the links are below:
Part 1: • What is an API? | Bubb...
Part 2: • Using the API Connecto...

Пікірлер: 28
@abdella4
@abdella4 2 ай бұрын
Thank you! I was stuck on this for 2 days.
@silvercrownwisdom
@silvercrownwisdom 9 ай бұрын
THE BEST tutorial on API's I've seen! It has helped me tremendously with understanding how apis connect and their purpose. Newbies can really get this!
@janpienaar989
@janpienaar989 Жыл бұрын
Thank you so much for providing such an excellent video about APIs and Bubble. Your clear explanations and practical examples made it easy for me to understand the concepts and start implementing them in my own projects. Your passion for the topic is evident and it definitely comes through in your video. I appreciate the time and effort you put into creating such high-quality content. Keep up the great work!
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Thanks so much Jan! Really appreciate the kind words.
@wdub1362
@wdub1362 Жыл бұрын
Thanks Jacob, looking forward to the next one!!
@ognitech8349
@ognitech8349 4 ай бұрын
Hi. U said in ur video u don't know the reason why bubble allows you to switch from data to action. I don't know exactly why....but I can tell you how I use those two functions. I use data setup when I use an API GET function so I can display on my side the data I am getting from the API and I use the ACTION setup when I need to use API POST function to send data to the API...so I trigger it in the workflow. I hope this helps someone. Great video tutorial!
@robbrodrick5746
@robbrodrick5746 Жыл бұрын
Excellent series! This was incredibly helpful
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Thank you! Glad you found it helpful.
@simon.stjohn
@simon.stjohn Жыл бұрын
Jacob...thank you...your vids are excellent....clear and concise.... brilliant 👍
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Thank you! I appreciate the kind words.
@dalibor5673
@dalibor5673 5 ай бұрын
great video, workflow understanding is hardest for me, can you publish more videos with concentration on understanding the workflows? Thanks
@issuecurator
@issuecurator Жыл бұрын
Really good video
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Thanks!
@Default42975
@Default42975 2 ай бұрын
Hi Guys! Trying to get dynamic input working for the API connector - it works for JSON or Raw, but I can’t seem to get it working for the Form-Data Body type.
@edakarajillo
@edakarajillo Жыл бұрын
Great playlist!!! You seem an expert dealing with Jason and apis en Bubble. I'm in trouble Putting in a same repeating group nested JSON output from APIs. For example using this same API of cards, if I'd like to built a simple 4 column table with the following columns: Deck_id, code, image, value Note that the key "deck_id" has another key along that it give details about the "deck_id" key which it has an array with the "code", "images" and "value" values, then the table in the column "deck_id" is going to have the same value repeated as many rows this array values has inside. I'm hitting my head against the wall to achieve it for an invoices JSON, the number of invoice as the "desk_id" has along an another key that it is an array with the items sold of that invoice. The goal is achieve the following structure in the table or repeating group. Invoice 1, item a, price Invoice 1, item b, price Invoice 1, item c, price Invoice 2, item a, price Invoice 2, item b, price In the current video's JSON would be Deck_id #1 , code a, image a, value a Deck_id #1 , code b, image b, value b Deck_id #1 , code c, image c, value c Deck_id #2 , code a, image a, value a Deck_id #3 , code b, image b, value b I will appreciate a lot of you can clear this point which doesn't found info in all web.
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Hey Edisson! Glad you're enjoying the playlist. This would be a great question to post in the Bubble forum with some screenshots from your editor so others can see what might be going on.
@keyuramin6704
@keyuramin6704 Жыл бұрын
Data and Actions got cleared with your video Thanks mate. I still have one more query though about the performance. When I click a button, I get a performance warning. Workflows on this page have downloaded more than 3 megabytes. It took 01:17:06 - so I guess because of that but I only have two input field (multi-line and slider) to satisfy the API input. How do you resolve this situation?
@sanandresano01
@sanandresano01 Жыл бұрын
you are the best bubble youtuber. can you make the videos 1080p
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Haha thanks! That's so nice of you to say. I'm saving up to purchase a nice camera and office setup for filming. My videos will look much better in a couple of months ;)
@thefleming1830
@thefleming1830 Жыл бұрын
Hi Jacob, i recently found your channel. I have a question regarding APIs and have been searching the internet for an answer. Perhaps i'm simply overthinking it but i want to do it the correct way. If i, for example, use TMDb api to display movies and have additional data about those movies in my bubble cms. How can i make it so that whenever someone looks up Titanic, data from TMDb and my own data of Titanic gets displayed?
@BadChaker
@BadChaker Жыл бұрын
Thx for the video, I am working on an own project and I think with the parameter you can even dynamically change the host of the API endpoint, right?
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Not sure I understand the question?
@BadChaker
@BadChaker Жыл бұрын
@@jacobgershkovich when you setup the API in the backend, you use placeholders for parameters in the url. My idea is to use the placeholder also for the host name/server of the API call. the endpoint is the same but I need to get the data from sale „service“ but different server.
@janerinhaalphonso1518
@janerinhaalphonso1518 Жыл бұрын
Hey can u tell me how to retrieve data from api call to a graph
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Yup, if you take the concepts learned in this video and watch this video where I talk about charts, you should have all you need: kzbin.info/www/bejne/l6usm4yYbr6Sqtk
@pratimadudhewar3680
@pratimadudhewar3680 Жыл бұрын
Hello.. I want to create the object of API dta type and then merge earlier API response with newly created object and set it to the RG. How can i achieve this?
@jacobgershkovich
@jacobgershkovich Жыл бұрын
Check out my video here: kzbin.info/www/bejne/anSoY2SOo5yZnas I think that's what you're talking about?
@istrepofficial
@istrepofficial 6 ай бұрын
yes all of this fails when it come to blockchain. yes it refused to change [para] ...
Dealing with Authentication | Bubble.io API Tutorials
26:50
Jacob Gershkovich
Рет қаралды 5 М.
How to Save Data From an API to Your Bubble Database | Bubble.io Tutorials
12:17
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 28 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 37 МЛН
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 45 МЛН
Survive 100 Days In Nuclear Bunker, Win $500,000
32:21
MrBeast
Рет қаралды 104 МЛН
Design Tips & Tricks in Bubble.io | Tutorial
40:31
Max Kubanek
Рет қаралды 3,1 М.
JavaScript Code in Bubble (Using Free Toolbox  Plugin)
15:40
Chaos Theory Institute
Рет қаралды 1,9 М.
6 Shocking Bubble Apps That Have Changed These Founders’ Lives
22:13
Coaching No Code Apps
Рет қаралды 12 М.
Bubble.io API Connector Tutorial
9:25
Founder@Saaport
Рет қаралды 22 М.
The ULTIMATE introduction to APIs in Bubble.io for beginners
1:17:35
How to use looping (recursive) workflows in Bubble.io
24:57
nocodelife
Рет қаралды 4,3 М.
5 Beginner’s Mistakes on Bubble You Should Avoid
9:36
Coaching No Code Apps
Рет қаралды 13 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 28 МЛН