Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 725 Bytes

File metadata and controls

22 lines (13 loc) · 725 Bytes
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

Importing CURL Commands

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