{"library":"loopback-connector-remote","type":"library","category":null,"description":"The remote connector enables using a LoopBack application as a data source via REST, allowing seamless integration of remote APIs into LoopBack models. Current stable version is 3.4.1, supporting Node >=6. It is part of the LoopBack ecosystem and is maintained with irregular releases. Differentiators: automatic generation of client-side models from remote service endpoints, supports both server and browser environments, and abstracts REST calls via StrongRemoting. Alternative to manual HTTP requests.","language":"javascript","status":"maintenance","version":"3.4.1","tags":["javascript","web","restful","rest","StrongLoop"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install loopback-connector-remote","imports":["import { DataSource } from 'loopback-datasource-juggler';","import { DataSource } from 'loopback-datasource-juggler';\nconst ds = new DataSource('remote', { url: 'http://localhost:3000/api' });","const MyModel = ds.models.MyModel;\nMyModel.methodName(params, callback);"]},{"cmd":"yarn add loopback-connector-remote","imports":[]},{"cmd":"pnpm add loopback-connector-remote","imports":[]}],"homepage":"http://loopback.io","github":"https://github.com/kraman/loopback-connector-remotekr","docs":null,"changelog":null,"pypi":null,"npm":"loopback-connector-remote","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}