How to Execute API Calls

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 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!

  • @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?

  • @swyxTV
    @swyxTV 2 роки тому +1

    Yesss more intelligence in FF. Thanks for this tutorial!

  • @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.

  • @Antonio-qt9be
    @Antonio-qt9be 6 місяців тому

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

  • @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

  • @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?

  • @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.

  • @wikithoughts
    @wikithoughts 2 роки тому

    Keep up the good work. More videos please

  • @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 10 місяців тому

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

  • @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

  • @prasanjithtillekeratne4168
    @prasanjithtillekeratne4168 Рік тому +1

    Thanks. Understandable

  • @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!

  • @diymicha2
    @diymicha2 4 місяці тому

    How to pass a list of integers to the API?

  • @shadynady846
    @shadynady846 Рік тому

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

  • @pratimadudhewar3680
    @pratimadudhewar3680 Рік тому

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

  • @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!

  • @himanshukhati1193
    @himanshukhati1193 Рік тому

    How can I view Api call logs ?

  • @odoocustomize3236
    @odoocustomize3236 Рік тому

    how we can manage cookies ?

  •  2 роки тому

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

  • @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

  • @watchshortshere
    @watchshortshere Рік тому

    api auth?
    ]

  • @fictionplus
    @fictionplus 2 роки тому

    Supabase integration pls