Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.17 KB

File metadata and controls

33 lines (19 loc) · 1.17 KB
description
You can hit any REST endpoint available on the public internet

Configuring APIs

{% hint style="success" %} If your API is not available on the public internet, you must expose it via a service such as https://ngrok.com/ {% endhint %}

API Editor

The API pane is a REST interface that allows you to create and modify your existing APIs. All REST HTTP methods are supported and API values can be configured in the headers, params, and body fields

making two changes

adding more text

{% embed url="https://twitter.com/i/flow/login?redirect_after_login=%2Flogin%3Fredirect_after_login%3Dhttps%253A%252F%252Fcards-dev.twitter.com%252Fvalidator" %}

Importing CURL Commands

Appsmith makes it easy to import your APIs into your application using CURL commands.

Passing Data/Parameters To API Calls

There are various ways to pass parameters to API calls on Appsmith. This video shows three ways to pass data to API calls:

{% embed url="https://youtu.be/znaaDiQbAS8" %}