Package org.zaproxy.clientapi.gen
Class Postman
java.lang.Object
org.zaproxy.clientapi.gen.Postman
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportFile(String file) Imports a Postman collection from a file.Imports a Postman collection from a URL.
-
Constructor Details
-
Postman
-
-
Method Details
-
importFile
Imports a Postman collection from a file.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importUrl
Imports a Postman collection from a URL.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-