apiary.io Questions

9

Solved

I tried working with Apiary and made a universal template to send JSON to mock server and have this code: package main import ( "encoding/json" "fmt" "github.com/jmcvet...
Bathypelagic asked 27/6, 2014 at 15:9

3

Solved

We need to export our Apiary Blueprint for task assignment purposes as a self containing "deliverable" like PDF or ZIP or similar. I'm aware of the feature request and the discussion below. Is it p...
Jaques asked 2/12, 2014 at 12:27

6

Solved

I'm implementing an API made by other colleagues with Apiary.io, in a Windows Store app project. They show this example of a method I have to implement: var baseAddress = new Uri("https://private...

6

Solved

I have a table: | This | Is | A | Table | | :--- | -- | - | ----: | | foo | ba | r | elbaT | I'd like the table to display in the center of my Markdown file instead of left-aligned. I am not ...
Phyletic asked 9/6, 2014 at 19:27

2

Solved

I have a table: | YAY! | TABLE | \^^/ | 1-liner JSON column! | | ---- | ----- | ---- | -------------------- | | That | has | JSON | `{a: 1, b: 2, c: 3}` | | Here | is | more | `{d: 4, e: 5, f: 6}`...
Hurlee asked 12/6, 2014 at 17:4

2

Solved

We would like to integrate images into our API documentation on Apiary, as a way of documenting the underlying application architecture or to illustrate sample workflows/sequence diagrams. However,...
Sandler asked 14/12, 2015 at 18:45

2

Solved

I'm trying to document a query parameter in API Blueprint, but I'm not entirely sure if I have done it correctly. The resource looks like this: DELETE http://baasar.apiary-mock.com/user/{appId}/{u...
Heronry asked 3/4, 2014 at 18:12

0

We have an API end point where an image file can be uploaded along with the name of the file (a string) as well as a description (string). Apiary / API Blueprints won't allow me to have something ...
Stridulate asked 8/9, 2017 at 17:9

1

How can I use generic named type in my API Blueprint definition? I try like this: FORMAT: 1A HOST: http://test.com/ # API Blueprint testing. ## Resource [/resources] ### Action [GET] + Respons...
Subsist asked 8/12, 2016 at 10:45

2

Solved

I have a data structure defined as follows: # Data Structures ## PlayerRank (object) Represents the minimum amount of data the the client needs to send to give rank information about a particular...
Levirate asked 14/5, 2015 at 11:59

2

Solved

I am using Power BI API. I've got a dataset with some tables and rows. From Power BI API Console I don't have any issue when retrieving datasets or tables. However the PUT verb on a table resourc...
Instant asked 26/8, 2015 at 2:3

1

I'm investigating the possibilities of the new Data Structures syntax in API Blueprint, especially MSON. Is it possible to attach or rather specify something like a pattern (regex)? Don't found any...
Britten asked 5/8, 2015 at 11:13

1

I have an issue similar to what is described here. I have a JSON that looks like this: { "photos": [ { "key": "y37dmj10jkwof/moOIUB8912JKVgh", "caption": "A world of gamers.", "tags": [ "ga...
Garland asked 31/7, 2015 at 18:7

3

I have created an API that delivers a resource named "Thumbnail" (/thumbnails) { "name": "toto", "uri": "http://xxx" } In other hand I have multiple resources that includes that Thumbnail reso...
Primp asked 13/7, 2015 at 12:1

1

Solved

I am editing some Apiary documentation on a project I am working on, and need to denote that a parameter to one of my API calls is a datetime string. Apiary seems to be choking on the formatting of...
Gilkey asked 9/7, 2015 at 15:20

2

Solved

I am trying to get different responses passing different parameters but something is not working. This is my API: ## Question [/questions/{question_id}] A Question object has the following attri...
Erdrich asked 18/6, 2015 at 9:37

2

I am currently trying to depict a existing API with apiary.io. The system implements authentication via a login request that returns a http-cookie containing a session-id. As far as I know it is s...
Lesslie asked 6/5, 2014 at 21:12

2

We are looking at using the API Blueprint. There are cases where we would like one request to return a proper response and another request to return an 'error' response such as a 400 bad request so...
Unbuild asked 22/1, 2014 at 9:39

1

Solved

I'm trying to document an endpoint with API Blueprint, using the new Attributes and DataStructures sections of the spec. My request payload looks like this: { "url": "http://requestb.in/11v7i7e1...
Jaffe asked 22/4, 2015 at 23:31

1

Solved

I want to document a multipart request like the following: Content-Length: 477 Content-Type: multipart/form-data; boundary=---BOUNDARY -----BOUNDARY Content-Disposition: form-data; name="image[fi...
Shigella asked 13/6, 2014 at 14:16

2

Solved

What I want is change the main email associated with an API Doc, so when I share the doc with others people they see that new email and not the mine. That new email have an apiary.io, that is why I...
Cassimere asked 12/2, 2014 at 19:3

1

Solved

We all know that apiary rocks (or not.. I think it does), and I was wondering what would it take to take it a step further allow users to export a JSON description of the API? (So developers can sc...
Ammieammine asked 8/4, 2014 at 19:41

1

Solved

Hi I am using Apiary to maintain a documentation for my REST API, as our code base is growing our API documentation is getting bigger and bigger. It is becoming very difficult to put all our API in...
Geographical asked 25/3, 2014 at 18:35

1

thanks for your time I have a POST request that I want to document in the blueprint apiary, the header is something like this: text/html _method:POST data[User][username]: data[User][password]:...
Blayze asked 7/11, 2013 at 15:57

1

Solved

Is it possible to specify description for every response to some request? Suppose, we have a request ### Retrieve resource [GET] + Headers If-None-Match: "Version1" And 2 responses + Respon...
Heterocyclic asked 15/10, 2013 at 5:58

© 2022 - 2024 — McMap. All rights reserved.