Top "Apiary.io" questions

Next generation platform for building and using REST APIs.

Adding headers when using httpClient.GetAsync

I'm implementing an API made by other colleagues with Apiary.io, in a Windows Store app project. They show this …

c# windows-runtime windows-store-apps dotnet-httpclient apiary.io
Is it possible to center tables in a markdown file?

I have a table: | This | Is | A | Table | | :--- | -- | - | ----: | | foo | ba | r | elbaT | I'd like the table …

markdown github-flavored-markdown apiblueprint apiary.io
Documenting query parameters with API Blueprint

I'm trying to document a query parameter in API Blueprint, but I'm not entirely sure if I have done it …

apiblueprint apiary.io
Markdown multiline code blocks in tables when rows have to be specified with one-liners

I have a table: | YAY! | TABLE | \^^/ | 1-liner JSON column! | | ---- | ----- | ---- | -------------------- | | That | has | JSON | `{a: 1, b: 2, c: 3}` | | Here | …

markdown github-flavored-markdown apiary.io
how to format a POST request on apiary.io?

thanks for your time I have a POST request that I want to document in the blueprint apiary, the header …

apiary.io apiblueprint
How do I document a multipart request with apiary?

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="…

apiblueprint apiary.io