Optional
helperClass: (new (args: unknown) => PostmanHelperInterface)The added/updated routes
remove all routes
The removed routes
Example:
postman.setAuth({
type: 'basic',
basic: []
});
Example:
postman.setAuth('basic', []);
Optional
auth: AuthAttribute[][[include:postman.setAuth.1.md]]
[[include:postman.setDefaultSecurity.1.md]]
Example:
postman.setDefaultSecurity({
type: 'basic',
basic: []
});
Example:
postman.setDefaultSecurity('basic');
Postman collection generator.
Note
For now it is not possible to only send files outside of object property (multipart). Well, at least not tried yet but it definitely doesn't work with alternatives