Kyle Fuller
Kyle Fuller
Similiar to mocha and other testing frameworks which allow you to see how long a test case takes. There should also be options to cause test failure when any test...
This allows you to run expectations such as: ```swift try expect(...).to.not.beNil() ```
Currently we have `variables` but it's not possible to tell which are optional/required.
After looking at #16 I was thinking about the possibility to decouple serialisation formats from the examples themselves. This allows you to define the serialisations the API supports in one...
This is a draft proposal to allow the ability to define affordances an API resource or action may provide.
This RFC proposes that the API Blueprint language and specification are versioned via [Semantic Versioning](http://semver.org), and there is a [CHANGELOG](https://github.com/kylef/changelog) file including a list of changes for each release.