api-blueprint icon indicating copy to clipboard operation
api-blueprint copied to clipboard

API Blueprint

Results 66 api-blueprint issues
Sort by recently updated
recently updated
newest added

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...

scope (3): Apiary.io

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...

type (2): Feature
status (1): Idea
scope (1): Language

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.

type (1): Question

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

type (3): Improvement

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...

type (2): Feature
status (1): Idea
scope (1): Language

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)

type (2): Feature
status (2): RFC
scope (1): Language
priority (2): Next

When we will be able to embed v4? I noticed here that embed only works for v3.

scope (3): Apiary.io

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?

scope (3): Apiary.io
status (5): Tooling Implementation