-
As the top level of the LB4 documentation, there should be a section for `Extending LoopBack4`.
`Creating component` should be part of the extension developer guide.
/cc @raymondfeng @virkt25
-
Setup scaffold for this extension..
1.- Get code from starter.
2.- Add .github templates
3.- Add CI Configurations (#3)
-
Make it easy to expose GrapQL APIs in addition (or instead of) traditional REST API.
See https://github.com/facebook/graphql/issues/3
@raymondfeng could you please share the result of your discussio…
-
We should configure Travis CI and AppVeyor to run tests for all new pull requests. Let's use loopback-next's config as a template:
- https://github.com/strongloop/loopback-next/blob/master/.travis…
-
Come up with a proposal of what example repositories we want to have, what is required for Beta and what can be deferred until Core-GA.
This is a follow-up for https://github.com/strongloop/loopba…
-
We need to come up with a naming scheme for our example repos and start following it consistently.
In the future (not for Beta), we may want to consider a monorepo (perhaps without lerna?) to keep …
-
# Description/Steps to reproduce
I've started using LoopBack because the connectors and datasources seemed like a canned solution for fast integration with RESTful APIs with [API Blueprints](https://…
-
Write a RFC (request for comment) document describing our proposed design for gRPC transport.
## Acceptance criteria
The document should describe the intended gRPC implementation from the point…
-
I've been thinking about the persistence story in LoopBack over the last few months and have been wondering if the juggler is the right approach for the framework.
**Warning: Opinions Ahead -- Plea…