dms/simple-raml-path-validator

Verify that your routes are defined in a RAML API spec.

v0.1 2016-09-25 19:44 UTC

This package is auto-updated.

Last update: 2024-04-12 03:07:42 UTC


README

This is a simple approach to validating that a given url is defined in a RAML Spec file. It only validates presence of path and method in the file, not response or payload details.

Its original goal was for use in validating that no new paths are introduced without revisiting the RAML spec.