Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created October 17, 2021 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SidneyAllen/1d527cdd8ff3dd06bcb3728eee521a34 to your computer and use it in GitHub Desktop.
Save SidneyAllen/1d527cdd8ff3dd06bcb3728eee521a34 to your computer and use it in GitHub Desktop.
const response = await prism.setup().then((client) =>
client.post(
"/templates",
{
description: "Test Template",
html: "<html>HTML for {{name}}</html>",
},
{ headers: prism.authHeader }
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment