1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Include a link to Postman

This commit is contained in:
jbranchaud
2017-09-28 08:59:10 -05:00
parent 6be133a4f2
commit ede3fe7256

View File

@@ -1,8 +1,9 @@
# Require Additional JS Libraries In Postman
When writing pre-request scripts and test scripts as part of a Postman
request, you aren't limited to vanilla JavaScript. There are a handful of
libraries that can be required where needed.
When writing pre-request scripts and test scripts as part of a
[Postman](https://www.getpostman.com/) request, you aren't limited to
vanilla JavaScript. There are a handful of libraries that can be required
where needed.
This short list of available libraries includes `cherrio`, `lodash`, and
`moment`.