-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the learning-postman wiki!
This project demonstrates some of the Postman features in a practical way.
Auth0 is used for the authentication in a simulated machine-to-machine integration scenario. Just about any other OAUTH2 compliant service can be used, but some of the Postman scripts may need to be edited to fit the relevant service provider implementation.
The examples documented here is to experiment and does not necessarily reflect best practices.
The example service is implemented in Python3 using the connexion
library which follow a Specification First approach. This means the OpenAPI 3 definition is done first and then the code is added.
The OpenAPI 3 definition is a very important file shared between the service implementation and the Postman workspace.