Skip to content
On this page

onSwagger

Generates requests based on a given swagger json url.

Syntax

js
onSwagger(url)
  • url (string) - url to swagger json file.

Usage

โœ… Correct Usage

js
// url to the swagger json
await fuzz()
  .onSwagger('/api/swagger.json');

See Also

Released under the MIT License.