Questions tagged [deployd]

Deployd is a tool that makes building APIs simple by providing important ready-made functionality out of the box that meet the demands of complex applications.

115 questions
0
votes
2 answers

Inserting json data into

tags with deployd (nobackend)

I am using a javascript Get call to grab the json data for a collection I created in deployd. I got this code directly from the deployd backend. It gives me a json array that is put into the console, but I am far from figuring out how to parse the…
Anders Kitson
  • 1,413
  • 6
  • 38
  • 98
0
votes
1 answer

NoSQL optimization strategy

Looking for some input on the following. Hopefully this isn't too subjective for the moderators. Just started playing with deployd.com BaaS API and have the following scenario. If an mobile app was to have a Group object and a User, where a User…
Andrew Grothe
  • 2,562
  • 1
  • 32
  • 48
0
votes
1 answer

Using modules in Deployd

I have started to use Deployd. It works great. However, I need to use other node modules and I am running into problems - how am I supposed to use functionality from other node modules in my Deployd app? For instance, I am using Paymill.com for…
user2078515
  • 183
  • 1
  • 8
0
votes
1 answer

How to Get HTTP Headers in Deployd APIs?

I am trying to bring up a few quick Mock APIs using Deployd. Some of these APIs have to use data from HTTP Header. How do get a handle to the HTTP header in Deployd?
0
votes
1 answer

Getting data from model to view

I'm not able to show the model data using this code, App.PupilRoute = Ember.Route.extend({ model: function(params) { dpd.workwork.get({by: params}, function(result, error) { return result; }); …
0
votes
1 answer

Can you retrieve the Collection Event Script in Deployd as a string for documentation?

I have been using Deployd for a week or so, and was curious if I could expose the contents of the Collections Event Script itself, from the API. (the contents of the /my-project/resources/my-collection/get.js file itself) This could be useful to…
Jacob Flatter
  • 171
  • 2
  • 11
0
votes
1 answer

AngularJS ongoing polling of server, with cancellation

I followed the excellent advice dispatched here (Server polling with AngularJS), but [think I] have a need to sometimes cancel the polling, to reinstate it later. Specifically, I have a list of data. The client polls the server every 5 seconds with…
Offlein
  • 665
  • 6
  • 22
-1
votes
1 answer

Loop doesn't stop + doesn't update random string

There are two issues with my script: It doesn't update random every new round and keeps running forever. But in my opinion it should do both .. How can I make the loop recognize that this.short has changed? while ( ! this.short) { random =…
zimt28
  • 705
  • 2
  • 7
  • 20
-2
votes
2 answers

How to change JSON String to a Javascript Object using JSON.parse for an API URL

How can we change JSON String to a Javascript Object using JSON.parse for an API URL? We need Full Calendar to GET events from our API URL. Our API has a JSON String, Full Calendar needs a Javascript Object, we are trying to convert it to a…
IKid
  • 43
  • 7
-4
votes
1 answer

How can i prevent duplicate entry with Deployd?

I'm using Deployd with Swift iOS. All I'm saving is two text strings. I just want to prevent duplicate entries.
Codetard
  • 2,441
  • 28
  • 34
1 2 3 4 5 6 7
8