hmaus / spas-parser-apib
Use API Blueprint Refract Parse Result with Spas HTTP testing tool
Installs: 298
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/hmaus/spas-parser-apib
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"