Questions tagged [strongloop]

StrongLoop is an API tier for connecting enterprise data to devices and browsers. It includes LoopBackJS, StrongOps, and StrongNode.

LoopBackJS: Open Source API Server powered by Node.js. LoopBackJS is a Node.js powered, an open source API server with built-in mobile services like push and geolocation. These services can be accessed via iOS, Android, and HTML5 SDKs with a variety of connectors to datasources including Oracle, MySQL, and MongoDB.

StrongLoop Arc: A graphical UI for the StrongLoop API platform that complements the slc command line tools for developing APIs quickly and getting them connected to data. Arc also includes tools for building, profiling and monitoring Node.js applications.

Links:

1288 questions
-1
votes
1 answer

StrongLoop API Explorer returning an error

I have just tried to use the StrongLoop API Explorer as explained on http://docs.strongloop.com/display/LB/Use+API+Explorer; I have followed all the steps indicated in the document starting from downloading the sample code from…
-1
votes
2 answers

Customer model based on User returns FK property based on userId instead of customerId

related to this: previous issue I have this model defined: var customer = mongoDev.createModel('customer', { id: { type: String, id: true }, firstName: String, lastName: String, badge: String, email:…
huxley
  • 295
  • 1
  • 3
  • 13
-1
votes
2 answers

Something should be wrong with applying of "getter" methods in model-builder.js

I am trying to set-up some basic scenarios and use LoopBack to find out its actual level of flexibility and usability. One of them is the necessity to modify the value of some attributes in resulted JSON objetcs during processing the source data…
-2
votes
1 answer

What is the difference between eslint and vscode for creating an application in loopback4?

What is the difference between eslint and vscode for creating a new application in loopback4 , while using the command lb4 app, and wherever we can use it?
bimmi
  • 11
  • 2
-2
votes
1 answer

How to perform pdf report generation in loopback4

Is PDF report generation is possible in Loppback4?? Is there any code for the PDF report generation in Loopback4??
-2
votes
1 answer

In loopback4 have any distribution folder that we can use to publish in production?

Which we can use to publish in production rather pulling the entire source code in to the server??
-2
votes
1 answer

what is use of router and model in loopback

hello guys i m new to loopback so can anyone help me with this basic. i had created a some code but don't know how this flow (from route to model) here is route.js code for login var path = require('path'); module.exports = function(app)…
Rocky
  • 279
  • 2
  • 6
  • 20
-2
votes
1 answer

Last item of ForEach comes undefined

here is my code: useraccountprofileJSON.providerprofile.openinginfo.forEach(function(instance_1){ instance_1.openingdetail.openingapplication.forEach(function(instance_2){ …
Niyat patel
  • 23
  • 1
  • 7
-3
votes
1 answer

API gateway for rest API?

I have a rest API which developed with loopback framework. And my datastore is mssql. What are my options for API gateway which is easy to integrate? Kindly suggest
LearningPal
  • 540
  • 2
  • 8
  • 25
-3
votes
1 answer

Error "npm install -g strongloop" in ubuntu

$ sudo npm install -g strongloop > heapdump@0.3.7 install /usr/lib/node_modules/strongloop/node_modules/heapdump > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "/path/to/python", you can set the…
-3
votes
1 answer

loopback rest api framework for below android 4.3

Can we use loopback rest api for android development below android api 18 ? Is there any support framework for that ?
-5
votes
1 answer

Can`t able to integrate strongloop with angular.js, remote methods code not getting generated in lb.services

lb.services:- "login": { url: urlBase + "/Vendors/login", method: "POST" }, only this return type i`m able to get. but it should be like dis:- "login": { params: { include: "user" }, …
Shreya Dey
  • 23
  • 1
  • 4
-8
votes
2 answers

Error: Model::findById require argument id loopback android

I am new to loopback and I have a problem with it. I have created and managed a Postgres database and everything seems to work fine. The database is created by boot files in json and contains the needed values. But when I want to execute findById…
1 2 3
85
86