From 411138e3105739c096760dc196b9c747d4c5267b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 20 Jul 2022 10:09:25 +0200 Subject: [PATCH] Added Postman's notes to the knowledge base --- knowledge base/newman.md | 14 ++++++++++++++ knowledge base/postman.md | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 knowledge base/newman.md create mode 100644 knowledge base/postman.md diff --git a/knowledge base/newman.md b/knowledge base/newman.md new file mode 100644 index 0000000..c0efdf1 --- /dev/null +++ b/knowledge base/newman.md @@ -0,0 +1,14 @@ +# Newman + +CLI Collection runner for Postman. + +## Further readings + +- [Postman] +- [Running Collections on the command line with Newman] + + +[postman]: postman.md + + +[running collections on the command line with newman]: https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/ diff --git a/knowledge base/postman.md b/knowledge base/postman.md new file mode 100644 index 0000000..1731017 --- /dev/null +++ b/knowledge base/postman.md @@ -0,0 +1,18 @@ +# Postman + +API platform for building and using APIs. + +## Further readings + +- [Website] +- [Documentation] +- [Insomnia], an alternative to Postman +- [Newman], CLI Collection runner for Postman + + +[insomnia]: insomnia.md +[newman]: newman.md + + +[documentation]: https://learning.postman.com/docs +[website]: https://www.postman.com/