Top "Strongloop" questions

StrongLoop is an API tier for connecting enterprise data to devices and browsers.

How to store files with meta data in LoopBack?

What I want to do: Have an html form, with a file input inside. When a file is chosen, the …

loopbackjs strongloop
Destroy a model in loopback.io

How can I delete a model in strongloop's loopback.io? I have seen somewhere command called persistedModel.destroy() but when …

loopbackjs strongloop
Why do I get an error Code=3840 Parsing JSON?

I'm new to Swift and iOS development in general. I'm testing and learning how to use remote server api's. I'm …

ios json swift api strongloop
How do I perform GET and POST requests in Swift?

I adapted this from Ray Wenderlich's iOS Apprentice tutorial part 4. This code works as a GET request sent to my …

ios postgresql swift post strongloop
Ensure unique field value in loopback model

How to ensure uniqueness of a particular field in loopback model. Like below is the model Post, I have a …

json node.js strongloop loopbackjs
Loopback neq: null

I'm trying a query on a postgres database through the loopback api explorer: {"where": {"archived_at":{ "neq": null }}} However, I …

javascript postgresql loopbackjs strongloop
Execute raw query on MySQL Loopback Connector

How is it possible to execute raw query and expose results through REST API with strongloop? I've read something about …

mysql node.js loopbackjs strongloop
Auto-create mysql table with StrongLoop

I am trying to use Strongloop with MySql but cannot figure out how to migrate or automatically create tables into …

mysql node.js schema strongloop loopbackjs
StrongLoop Loopback Model find with OR condition on WHERE filter

I'm trying to find a person by either their name OR identifier using StrongLoop's Model.find syntax (documentation here: http://…

filter find where strongloop
Loopback model CURRENT_TIMESTAMP

I have a model like this - { "name": "MakeCallTestConfiguration", "base": "PersistedModel", "idInjection": true, "properties": { "id": { "type": "number", "id": true, "generated": …

loopbackjs strongloop