Skip to content

Callout LibSalesforce Apex HTTP Callouts

Fluent API for HTTP callouts in Salesforce Apex. Work in progress.

Status

Callout Lib is under development and not ready for use. The API is not final. Watch the GitHub repository for updates.

Quick Start

bash
# Clone the repository
git clone https://github.com/beyond-the-cloud-dev/callout-lib.git
cd callout-lib

# Install dependencies
npm install

# Authenticate with Dev Hub
sf org login web -d -a DevHub

# Create scratch org
sf org create scratch -f config/project-scratch-def.json -a callout-lib-dev

# Deploy source
sf project deploy start -o callout-lib-dev

Beyond The Cloud

Callout Lib is part of Apex Fluently, a suite of open-source Salesforce libraries maintained by Beyond The Cloud.

License: MIT Copyright: © 2025 Beyond The Cloud Sp. z o.o.

Released under the MIT License.