StrongLoop is an API tier for connecting enterprise data to devices and browsers.
What I want to do: Have an html form, with a file input inside. When a file is chosen, the …
loopbackjs strongloopHow can I delete a model in strongloop's loopback.io? I have seen somewhere command called persistedModel.destroy() but when …
loopbackjs strongloopI'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 strongloopI 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 strongloopHow to ensure uniqueness of a particular field in loopback model. Like below is the model Post, I have a …
json node.js strongloop loopbackjsI'm trying a query on a postgres database through the loopback api explorer: {"where": {"archived_at":{ "neq": null }}} However, I …
javascript postgresql loopbackjs strongloopHow is it possible to execute raw query and expose results through REST API with strongloop? I've read something about …
mysql node.js loopbackjs strongloopI am trying to use Strongloop with MySql but cannot figure out how to migrate or automatically create tables into …
mysql node.js schema strongloop loopbackjsI'm trying to find a person by either their name OR identifier using StrongLoop's Model.find syntax (documentation here: http://…
filter find where strongloopI have a model like this - { "name": "MakeCallTestConfiguration", "base": "PersistedModel", "idInjection": true, "properties": { "id": { "type": "number", "id": true, "generated": …
loopbackjs strongloop