How to Execute API Calls

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 36

  • @olainiyanadewale5219
    @olainiyanadewale5219 2 года назад +19

    We need more video on how to make use of the app in the UI. 1. Calling more than one endpoints 2. Take a value from one page to another. 3. API authentication with flutterflow

  • @didiDanaila
    @didiDanaila 2 года назад +2

    the power of the API... simple, clean, nice

  • @softwaretestinglearninghub
    @softwaretestinglearninghub 2 года назад +3

    Thank you for explaining those API calls, great content!

  • @swyxTV
    @swyxTV 2 года назад +1

    Yesss more intelligence in FF. Thanks for this tutorial!

  • @aiexplains
    @aiexplains 2 года назад +6

    How do we show the results in app??? I have watched videos and read docs but all are outdated!
    Also can you make unlimited calls in testing like we can't download source code but we can try api group and see if it work for us?

  • @prasanjithtillekeratne4168
    @prasanjithtillekeratne4168 Год назад +1

    Thanks. Understandable

  • @mohamedabdikadir6910
    @mohamedabdikadir6910 2 года назад +4

    can you make a video about geolocation and polylines and also how to count the sum of results .
    thank you i appreciate

  • @Antonio-qt9be
    @Antonio-qt9be 7 месяцев назад

    great presentation. thanks. would be greater to focus on one subject calls

  • @wikithoughts
    @wikithoughts 2 года назад

    Keep up the good work. More videos please

  • @LulwaBurezq
    @LulwaBurezq Год назад +2

    Is there a way I can test the api that is running on localhost? I tried 127.0.01 but that doesn't work.

  • @buzassyadam6468
    @buzassyadam6468 Год назад

    Hi, thank you for the video, it is really useful! I have a question for you guys. How can I manage to make a query parameter out of an entry in a text field in the app? Thank you!

  • @iamturbonium
    @iamturbonium Год назад +4

    API Group is only available on Pro & Team plans :( Not ideal for individual creators. If features you're using as part of the tutorials are only available on premium tiers it would be great for you guys to call that out.

  • @blueli6351
    @blueli6351 11 месяцев назад

    Why should we not enable private for the API call at all time? Is there any cons? Thanks

  • @Amor-Boudabbous
    @Amor-Boudabbous 2 года назад +2

    gys i want to ask , how can use this call api from local backend ??
    evrytime i got Error: XMLHttpRequest error

    • @josemariani95
      @josemariani95 Год назад

      Do you have the answer? or someone who can help us clarify this? Is it possible in FF?

  • @gregL8700
    @gregL8700 2 года назад +1

    How do you pass in an auth token (received from a login endpoint and stored in local state) in the Header without hard coding it. I need to make calls to several endpoints that require authorization from an auth token, not a static api key. I don't see how to pass variables into the header. This is a very normal use case that was not covered. Please help. Thanks for the video.

    • @gregL8700
      @gregL8700 2 года назад +1

      I think I found the answer here if anyone needs it: docs.flutterflow.io/data-and-backend/api-calls/api-calls-101

  • @pratimadudhewar3680
    @pratimadudhewar3680 Год назад

    Can you post another video, for POST API call where we have big nested JSON in the body?

  • @bigdata9605
    @bigdata9605 2 года назад +3

    Can you create a token based authentication video?

  • @biggestgamelibrary4025
    @biggestgamelibrary4025 2 года назад +11

    AppGyver has unlimited free API calls. Can you please make unlimited api calls available for free.

  • @shadynady846
    @shadynady846 Год назад

    Hello
    I needed Any videos about post and update api calls
    Can you help me where to find tutorials ?

  • @gamedinarius7409
    @gamedinarius7409 Год назад

    Hello!! The app I want to make will show the times the sun rises and sets in cities all over the world. Also the names of the cities. I found an api. However, in the code I need to send to the api, the name of the city needs to be written and I need to get this information from the user. How can I add the city that the user will type into the code I call from the api?

    • @FlutterFlow
      @FlutterFlow  Год назад +2

      Great question! You do that by adding a variable when you set up your api. And then when you're building your UI you would have a textField widget (input widget) and use that value that the user adds as the variable value in the api call.

    • @richardsloan9395
      @richardsloan9395 Год назад +1

      @@FlutterFlow would love a tutorial on this also. Stuck trying to do something similar

  • @diymicha2
    @diymicha2 6 месяцев назад

    How to pass a list of integers to the API?

  • @0Amshalem
    @0Amshalem Год назад

    how to connect between post and comments with the post id?

  • @wilfredtitus6466
    @wilfredtitus6466 Год назад

    Can someone please help me. What do I do when the api requires an api key!

  •  2 года назад

    How to set timeout? Don't want to wait forever if the server is not responding...

  • @himanshukhati1193
    @himanshukhati1193 Год назад

    How can I view Api call logs ?

  • @odoocustomize3236
    @odoocustomize3236 Год назад

    how we can manage cookies ?

  • @watchshortshere
    @watchshortshere Год назад

    api auth?
    ]

  • @fictionplus
    @fictionplus 2 года назад

    Supabase integration pls