Import API From Curl

cURL, a widely used command-line tool, facilitates HTTP requests directly from the command line, employing a familiar syntax prevalent in the API developer community. It enables seamless interaction when testing web applications or APIs. If you have multiple cURL commands scattered across different locations.

Creating cURL API Calls

To use a cURL API in your app, first, you have to create the API Call.

Follow the steps below to create a cURL API Call:

  1. Select API Calls from the left Navigation Menu.

  2. Click on the Import from curl button .

  3. Enter the cURL API call name.

  4. Enter the cURL link of the service you want to access.

Adding of the cURL url and click on the Import

Fetch Data from API

To start using the API, first, go to the page where you can add it. Then, add a Future Builder Widget .In the Future Builder widget select type as API and your curl API in data source.

Now, select the widget where you want to fetch the data. Then just use currentItem or elementAt method to fetch the data

Following the previous step, proceed to select the widget intended for data retrieval from the JSON file and subsequent display on the dashboard.

Last updated