@ten-group/oa3-api-defender
v1.4.0
Published
[](https://badge.fury.io/js/%40ten-group%2Foa3-api-defender) [.--auth: an optional string that will be added as an auth header, like so:
{
headers: {
Authorization: 'YOUR AUTH STRING HERE'
}
}
Requests with path (/path{id}) or query (/path?query=1&nice=2) will be called only if the OA3 spec contains valid examples for the parameters:

Known Issues/WIPs
~~The Tool cannot currently handle paramaterised requests :
url/{id}orurl/{id}/nestedpath, I am working on a solution: grabbing example param values from the OA3 spec and automatically calling the endpoints with them.~~ Paramaterised (path + query only) requests are now implemented as of version 1.4.The Tool cannot currently properly handle requests with request bodies, I am also working on this, though the solution to this is a little more involved - give me a few days :)
