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/