Skip to content

Latest commit

 

History

History
 
 

js-callout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

JavaScript in Apigee

This reference project demonstrates the best practices of writing JavaScript code within the Apigee context.

Project contains code to implement a simple response mediation by removing sensitive data from response content before sending it off to the client application.

Project also contains unit tests to test the JavaScript code and mock Apigee global functions using Jest.

Prerequisites

Quick Start

See pipeline