You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
To gain on adoption, it could be very useful for chutney to be able to invoke requests from a remote Postman collection.
I am not sure where it should be configured in Chutney, not sure about Target as a collection can be relative to several environments.
Say some API documentation (using swagger or equivalent) is hosted somewhere with its matching Postman collection;
Instead on the low-level HTTP task, a step can refer to a request in a collection that is evolving according to the documented Target's API.
A Postman collection is in fact a large Json file documenting how an API could be used with all elements needed to construct proper HTTP calls, see https://www.postman.com/collection for more details.
Postman collection may refer to variables, the same way Tasks already are.
The text was updated successfully, but these errors were encountered:
To gain on adoption, it could be very useful for chutney to be able to invoke requests from a remote Postman collection.
I am not sure where it should be configured in Chutney, not sure about Target as a collection can be relative to several environments.
Say some API documentation (using swagger or equivalent) is hosted somewhere with its matching Postman collection;
Instead on the low-level HTTP task, a step can refer to a request in a collection that is evolving according to the documented Target's API.
A Postman collection is in fact a large Json file documenting how an API could be used with all elements needed to construct proper HTTP calls, see https://www.postman.com/collection for more details.
Postman collection may refer to variables, the same way Tasks already are.
The text was updated successfully, but these errors were encountered: