api-blueprint
api-blueprint copied to clipboard
API Blueprint
Hi, I am trying to add two hosts under the same project. Host 1 : https://abc.com/ Host 2 : https://efg.com/ Currently I am able to work with one host by...
I was wondering if it's currently possible to document an API where requests can come in from different subdomains, but this subdomain changes the endpoints that are available? As an...
I have created an Apiary project using Swagger and not API Blueprint, following is my response for 200 and it has an example json responses: "200": description: Successful Operation content:...
From what I saw on apiary.io I can't comment out blocks of the documentation which is very important for me. Even putting HTML style `` comments doesn't work.
I have replaced the old documentation URL of the website with the new one.
There should be a property to indicate whether a API is deprecated
Instead of ``` + Request (multipart/form-data;boundary=----WebKitFormBoundary8M3sSU13ul5lXSJm) + Headers Authorization: qwertyqwerty + Body ------WebKitFormBoundary8M3sSU13ul5lXSJm Content-Disposition: form-data; name="json" {"name":"test"} ------WebKitFormBoundary8M3sSU13ul5lXSJm Content-Disposition: form-data; name="image"; filename="filename.jpg" Content-Type: image/jpeg data ------WebKitFormBoundary8M3sSU13ul5lXSJm-- ``` I'd like a...
Direct support for API authentication. ## RFC proposals - [API Blueprint RFC 0002: Authentication Framework](https://github.com/apiaryio/api-blueprint-rfcs/blob/master/draft/0002-authentication.md) - [API Blueprint RFC 0003: Basic Authentication Scheme](https://github.com/apiaryio/api-blueprint-rfcs/blob/master/draft/0003-authentication-basic.md) - [PR: OAuth 2 Authentication Scheme](https://github.com/apiaryio/api-blueprint-rfcs/pull/6)
Embed v4
When we will be able to embed v4? I noticed here that embed only works for v3.
Multiple comma separated parameters, for instance /objects/{id*} => /objects/1,2,4 Is there a supported way to do this? If so, how do you specify the parameter type?