Questions tagged [apispark]

enables any API, application or data owner to become an API provider in minutes via an intuitive browser interface.

Fully hosted and managed by Restlet, APISpark is the first Platform-as-a-Service dedicated to the creation, hosting, management, and consumption of web APIs.

APISpark is accessible from anywhere, via any Web browser, and does not require to be a technical expert or a RESTful API master. Any developer or non-developer can create and make available to consumers their data, their business logic, and even existing APIs, in minutes - including of course all the security and scalability that’s required.

If you want start with APISpark you can launch an interactive assistant or to go through one of this step-by-step tutorials.

Reference

APISpark

4 questions
7
votes
6 answers

NoSuchMethodError: com.google.common.base.Stopwatch.createStarted()Lcom/google/common/base/Stopwatch

My app is throwing NoSuchMethodError: com.google.common.base.Stopwatch.createStarted()Lcom/google/common/base/Stopwatch error. Not sure why, because 16.0.1 do contain that class, I've checked. From what I have researched, it looks like this is a…
quarks
  • 33,478
  • 73
  • 290
  • 513
1
vote
1 answer

Meteor apispark: unauthorized connection

I am playing with Meteor, and I am trying to make an API call to my apispark account, having a look at the Meteor Documentation: http doc 1 - Meteor.http.get("http://www.google.com")); works fine, returns me the google page. 2 -…
mokk
  • 916
  • 17
  • 35
1
vote
1 answer

Restlet APISpark - JSON response to One to many relationship in entity store

So here is the scenario, I have 3 beacons (BEACON_TABLE) and some products (PRODUCT_TABLE) where each product is associated with one of the beacon (one to many relationship). The data model is working fine with SQL where, I just use a foreign key in…
rubikskube
  • 372
  • 1
  • 5
  • 22
0
votes
2 answers

Limit request on a Restlet resource with APISpark restlet extension

Here's my code to limit the number of request for minute: MethodAuthorizer ma = createMethodAuthorizer(); ma.setNext(router); FirewallRule rule = new PeriodicFirewallCounterRule(60, TimeUnit.SECONDS, new…
quarks
  • 33,478
  • 73
  • 290
  • 513