Questions tagged [apiary.io]

Next generation platform for building and using REST APIs.

158 questions
0
votes
1 answer

How to add value description with API Blueprint?

Is there any way to add a description to possible values of URI parameter? ## Search Items [/items{?s}] ### Get items [GET] + Parameters + s (optional, values) ... Sort results by + Values + `1 - price` + `4 -…
LA_
  • 18,018
  • 53
  • 160
  • 288
0
votes
1 answer

Can sole resources be added to the table of contents?

This FORMAT: 1A HOST: something.com # Something API # Group Something Foobar description ## Some Route [/routeroute] Foobar description ### Some HTML Action [GET] + Response 200 (text/plain) # Group Something 2 Foobar description…
Meredith
  • 2,617
  • 3
  • 26
  • 55
0
votes
1 answer

Return an image from an Apiary call

How do I return an image from an apiary call? ## first image [/image/369] ### Complete [GET] + Response 200 (image/png) xxxxxxxx
Greg Pagendam-Turner
  • 1,826
  • 3
  • 24
  • 43
0
votes
1 answer

Why does Apiary.io call take so long under Chrome

I've got a jsfiddle: http://jsfiddle.net/netroworx/3ea5a/ Html is:
{{result}}
Javascript is: function AjaxCtrl($scope, $http) { $scope.result = "ABC"; $scope.data = { "title":…
Greg Pagendam-Turner
  • 1,826
  • 3
  • 24
  • 43
0
votes
1 answer

Is this the correct way to call an API in Javascript

I am quite new to javascript and calling APIs. Here is my code. I am trying to call an API on apiary. The API call is linked to an event listener (button click): $.lbl_sloganLabel.addEventListener('click', function(e) { // call api function …
bobo2000
  • 1,589
  • 4
  • 28
  • 53
0
votes
1 answer

Multiple authentication methods for Apiary

I'm just getting started with Apiary and I can't tell if this is a limitation of the product or just me not understanding what to do. I'm documenting an API which authenticates the user as part of every request. Sometimes the authentication is part…
JMRboosties
  • 14,480
  • 18
  • 68
  • 113
0
votes
1 answer

Batch updating point balances for multiple users

How do I batch update the points balances for multiple Wallet Objects in a single HTTP request.
Ameya
  • 852
  • 6
  • 13
-1
votes
1 answer

.NET piaryProvider VS the regular .NET System.Net.WebRequest

Just started to work with ApiAry as a client/consumer and I’m wondering what is the best way to do it. Should I use the regular .NET System.Net.WebRequest or ApiaryProvider (http://fsprojects.github.io/ApiaryProvider/) and why? If someone can help…
Omtechguy
  • 2,562
  • 3
  • 28
  • 58
1 2 3
10
11