mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added Postman's notes to the knowledge base
This commit is contained in:
14
knowledge base/newman.md
Normal file
14
knowledge base/newman.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Newman <!-- omit in toc -->
|
||||
|
||||
CLI Collection runner for Postman.
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Postman]
|
||||
- [Running Collections on the command line with Newman]
|
||||
|
||||
<!-- internal knowledge base -->
|
||||
[postman]: postman.md
|
||||
|
||||
<!-- projects' references -->
|
||||
[running collections on the command line with newman]: https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/
|
||||
18
knowledge base/postman.md
Normal file
18
knowledge base/postman.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Postman <!-- omit in toc -->
|
||||
|
||||
API platform for building and using APIs.
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
- [Documentation]
|
||||
- [Insomnia], an alternative to Postman
|
||||
- [Newman], CLI Collection runner for Postman
|
||||
|
||||
<!-- internal knowledge base -->
|
||||
[insomnia]: insomnia.md
|
||||
[newman]: newman.md
|
||||
|
||||
<!-- projects' references -->
|
||||
[documentation]: https://learning.postman.com/docs
|
||||
[website]: https://www.postman.com/
|
||||
Reference in New Issue
Block a user