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
Requires
- php: >=7.0
- hmaus/reynaldo: ^0.1.2
- hmaus/spas-parser: ^2.0.0
Requires (Dev)
- phpunit/phpunit: ^5.5
- symfony/var-dumper: ^3.1
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
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"