powerpagestoolkit
Version:
Reference, manipulate, and engage with Power Pages sites through the nodes in the DOM; use a variety of custom methods that allow customizing your power pages site quicker and easier.
6 lines (5 loc) • 316 B
TypeScript
/// <reference path="../globals.d.ts" />
/**
* Custom HTTP wrapper function that handles authentication for the call from within PowerPages for you, making it all the easier to make API calls with {@link API}
*/
export default function safeAjax<T = any>(options: JQuery.AjaxSettings): JQuery.Promise<T, any, any>;