Manan Modi
·Flutterflow || API || Firebase || Supabase

API calls 101

Hey everyone,

I had interesting thought from the flutterflow docs in API calls 101 we can see documentation for JSON from data-type.
I just had a thought that, can we use it same for multiple urls as we can see it uses POST method by creating page params and declaring that in custom data type?

like for eg: POST method --- http://123.45.67.8:8080/[url1]/[url2]
for url2 we can use same method as url by creating custom data types can we do that for same in url2 in this way we can use multiple urls of same method POSTs or GETs for any no of timess..

Can this be possible???

share your thoughts as well...