Skip to content
#

api-blueprint

Here are 103 public repositories matching this topic...

kylef
kylef commented Dec 11, 2019

This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer dependencies:

$ git clone https://github.com/apiaryio/dredd.git dredd-clean
Cloning into 'dredd-clean'...
remote: Enumerating objects: 54, done.
remote: Counting objects: 100% (54/54), done.
remote: Compressin
shavo007
shavo007 commented Apr 19, 2016

Creating a new issue just to keep tabs.
#120

Related to the above pull request.

Need an option in drakov.run to watch the md files and reload.

Similar to:

grunt.registerTask('mock-api', 'Start drakov server', function() {
var done = this.async();

var drakovOptions = {
  sourceFiles: './doc/*.md',
  serverPort: 3000,
  autoOptions: true,
  delay: 1000,
  watch: true
};

drakov.run(drakovOp
woylie
woylie commented Jul 3, 2017

Currently, all the api doc macros are meant to be used within the controllers. It might be better if some definitions (i.e. shared parameters, warnings etc.) would be defined in a central place. Also, sometimes it might be a better idea to define the route descriptions in a central place as well. We should define best practices for this and figure out how to handle centrally defined api macros.

Improve this page

Add a description, image, and links to the api-blueprint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the api-blueprint topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.