-
I am facing socket timeout exception whenever I am trying to upload a little large image or some file through android. **How can I increase timeout to prevent socket timeout exception?**
-
## Suggestion
A connector such as the sendgrid loopback connector, is a connector that does not require CRUD commands and it is not a REST data source. This currently seems to make it impossible to…
-
Loopback 3 is reaching end of life by december 2020, what is the next plan?
-
I've build a basic loopback4 application with authentication via passport-http module like described in this [https://github.com/strongloop/loopback-next/tree/master/packages/authentication#loopbackau…
-
Recently, several people asked about implementing dynamic schema selection to enable schema-base multi-tenancy, where tenant isolation is achieved via DDL Schemas. (If you are not familiar with DDL sc…
-
Hello,
Seems to be high performant (:
I always dreamed about a smart and simple embedded database that could be replicated among mutliple servers very easily with just one parameters from command li…
-
- accessToken - the oauth token (if ouath in use)
- headers - the request headers
- apiKey - the api key
- appId - the app identifier
- url - the full url of the request
- file - a filename if detecte…
ritch updated
8 years ago
-
I would like the connectors to leverage ES6 class inheritance.
## Acceptance criteria
- [ ] Rework Connector and SqlConnector classes provided by loopback-connector to be implemented as ES6 clas…
-
+ Language : JavaScript
+ Repo : https://github.com/strongloop/loopback-next
+ Author : @raymondfeng / @bajtos ?
-
## Steps to reproduce
Define a controller with `getModelSchemaRef(SomeModel, {title: 'TitleOverride'})`.
Controller definition
```typescript
export class UserController {
@pos…