├── LICENSE ├── README.md ├── codemash ├── Race-DiggingIntoYourAPIs.pptx ├── RestfulBookerCodeMash-updated.postman_collection.json └── RestfulBookerCodeMash.postman_collection.json ├── csv ├── naughty_strings.csv ├── passwords.csv └── sql-inject.csv ├── postman_json ├── DataLoad.postman_collection.json ├── GraphQL.postman_collection.json ├── InjectEmail.postman_collection.json ├── InjectPassword.postman_collection.json ├── Local.postman_environment.json ├── Loop.postman_collection.json ├── NaughtyStrings.postman_collection.json ├── Production.postman_env.json └── Restful-Booker.postman_collection.json ├── scripts ├── make_blns_csv.sh └── swagger-petstore-converter.js └── tau ├── Lesson2 └── RestfulBooker.postman_collection.json ├── Lesson3 ├── Local.postman_environment.json ├── Production.postman_environment.json └── RestfulBooker.postman_collection.json └── Lesson4 ├── Local.postman_environment.json ├── Production.postman_environment.json └── RestfulBookerBVT.postman_collection.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/README.md -------------------------------------------------------------------------------- /codemash/Race-DiggingIntoYourAPIs.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/codemash/Race-DiggingIntoYourAPIs.pptx -------------------------------------------------------------------------------- /codemash/RestfulBookerCodeMash-updated.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/codemash/RestfulBookerCodeMash-updated.postman_collection.json -------------------------------------------------------------------------------- /codemash/RestfulBookerCodeMash.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/codemash/RestfulBookerCodeMash.postman_collection.json -------------------------------------------------------------------------------- /csv/naughty_strings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/csv/naughty_strings.csv -------------------------------------------------------------------------------- /csv/passwords.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/csv/passwords.csv -------------------------------------------------------------------------------- /csv/sql-inject.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/csv/sql-inject.csv -------------------------------------------------------------------------------- /postman_json/DataLoad.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/DataLoad.postman_collection.json -------------------------------------------------------------------------------- /postman_json/GraphQL.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/GraphQL.postman_collection.json -------------------------------------------------------------------------------- /postman_json/InjectEmail.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/InjectEmail.postman_collection.json -------------------------------------------------------------------------------- /postman_json/InjectPassword.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/InjectPassword.postman_collection.json -------------------------------------------------------------------------------- /postman_json/Local.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/Local.postman_environment.json -------------------------------------------------------------------------------- /postman_json/Loop.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/Loop.postman_collection.json -------------------------------------------------------------------------------- /postman_json/NaughtyStrings.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/NaughtyStrings.postman_collection.json -------------------------------------------------------------------------------- /postman_json/Production.postman_env.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/Production.postman_env.json -------------------------------------------------------------------------------- /postman_json/Restful-Booker.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/postman_json/Restful-Booker.postman_collection.json -------------------------------------------------------------------------------- /scripts/make_blns_csv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/scripts/make_blns_csv.sh -------------------------------------------------------------------------------- /scripts/swagger-petstore-converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/scripts/swagger-petstore-converter.js -------------------------------------------------------------------------------- /tau/Lesson2/RestfulBooker.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson2/RestfulBooker.postman_collection.json -------------------------------------------------------------------------------- /tau/Lesson3/Local.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson3/Local.postman_environment.json -------------------------------------------------------------------------------- /tau/Lesson3/Production.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson3/Production.postman_environment.json -------------------------------------------------------------------------------- /tau/Lesson3/RestfulBooker.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson3/RestfulBooker.postman_collection.json -------------------------------------------------------------------------------- /tau/Lesson4/Local.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson4/Local.postman_environment.json -------------------------------------------------------------------------------- /tau/Lesson4/Production.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson4/Production.postman_environment.json -------------------------------------------------------------------------------- /tau/Lesson4/RestfulBookerBVT.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambertests/explore-with-postman/HEAD/tau/Lesson4/RestfulBookerBVT.postman_collection.json --------------------------------------------------------------------------------