hmaus/spas-parser-apib

This package is abandoned and no longer maintained. No replacement package was suggested.

Use API Blueprint Refract Parse Result with Spas HTTP testing tool

v2.0.0 2016-11-30 12:31 UTC

This package is not auto-updated.

Last update: 2020-08-21 20:03:20 UTC


README

Concrete implementation of an API Blueprint Refract parser to use with spas

Minimum PHP Version Build Status

Details

Spas is a tool to test an API description against a given environment.
As spas itself is description language agnostic, it relies on different concrete implementations of spas-parser which defines the common interfaces.

Using this package, hmaus/spas-parser-apib, you get the chance to use API Blueprint as an input for your tests.

Installation

The recommended way to install, is using composer:

composer require hmaus/spas-parser-apib

Usage

Pass it to spas as CLI option:

--request_parser "\Hmaus\Spas\Parser\Apib"