Skip to main content

Posts

Featured

A configurable API Callout Framework

Callout Config (Beta) The Callout Config is a framework concept to optimize all apex callouts within an organization. Its goals are to minimize the overall code needed for callouts, eliminate code redundancy, and enhance both maintainability and scalability. It's intended to complement Named Credentials and doesn't propose any alternatives to the features provided by Named Credentials. Named credentials can further be configured in to this framework to make things more configurable and secure. This allows to securely configure parameters to Endopint, header and body beyond what is configured in Named Credentails. Documentation CalloutService - this class is where we request is created, callout is made, resopse is captured. This is where all the parsing methods will be added which can be used by all callouts. This is not dependent on the other class and can be used directly without using the CalloutConfigService class CalloutConfigService - this class creats CalloutService from

Latest posts

Looping of Asynchronous/Apex calls from LWC components

Streaming API for Community 'n' Internal, Platform Events subscription using CometD

LWC Visual Pickers