mocha-apiary-reporter
Version:
Generate API documentation using Apiary's Blueprint style, then plug it right into apiary.io to get beautiful docs!
11 lines (9 loc) • 311 B
JSON
{
// Base URL for the API
"baseUrl": "http://example.com/",
"name": "Cats API",
"description": "Cats is a super simple API of cats and their human owners. Check out docs at: https://app.apiary.io/catsapi1",
// Mocha reporter to display test results
// e.g. Dot, TAP, Spec...
"reporter": "Spec"
}