api-blueprint
Here are 103 public repositories matching this topic...
I have a file, falcon.apib that I want to run with the http or mock commands. Execution is done via
docker run -v $(PWD)/docs:/docs --rm quay.io/bukalapak/snowboard http /docs/falcon.apib
(latest docker image, I triple-checked that)
But no port is exposed from the container:
docker ps
CONTAINER ID IMAGE COMMAND CREATE
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
-
Updated
Jun 25, 2020 - C++
-
Updated
Jan 31, 2018 - Python
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
May 30, 2017 - PHP
Input URL: http://docs.shipstation.apiary.io/api-description-document
Contains headers with multiple HTTP verbs?
## Get/Delete Order [/orders/{orderId}]Generated swagger (excerpts):
"parameters": [
{
"name": "storeId",
"in": "path",
"description": "A unique ID generated by ShipStation and assign-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Apr 18, 2016 - Ruby
Looks like a bug in Dredd. Here it should be consistently reproducible. I found it out some time ago, but filing this thanks to @dariagrudzien playing around with the contents of this repo.
CircleCI
Travis CI
<img width="548" alt="image" src="http
-
Updated
Jun 28, 2020 - Python
-
Updated
Mar 26, 2019 - API Blueprint
Auth (oAuth2)
Data Structure
- Access Token Request
- Refreshing Tokens
- Revoking Access Tokens
Responses
POST
- Access Token Request
- Refreshing Tokens
- Revoking Access Tokens
Documented & Explained
- Authorization Code Grant Flow
- Implicit Grant Flow
- Scopes
- Redirect URIs
- Making Authenticated Requests
-
Updated
Aug 14, 2017 - Go
-
Updated
Jun 12, 2019 - Ruby
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.
-
Updated
Feb 23, 2017 - Swift
https://swagger.io/docs/specification/describing-parameters/#common-parameters
Currently common parameters are duplicated across path methods, resulting in a lot of duplicate lines of code in generated specifications. Migrate these up into common parameters and save a bunch of space.
-
Updated
Jul 9, 2020 - Ruby
-
Updated
Jan 17, 2018 - Go
The apiblueprint documentation for the URI parameters section shows the usage of a default value
https://apiblueprint.org/documentation/specification.html#def-uriparameters-section
However there seems to be some issues with it:
- if I define it alone under a parameter, it doesn't get displayed in the result
- if I define it alongside a "Members" field, parsing fails
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jan 13, 2020 - Python
-
Updated
Aug 28, 2018 - Go
-
Updated
Jan 11, 2019 - JavaScript
Improve this page
Add a description, image, and links to the api-blueprint topic page so that developers can more easily learn about it.
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."

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