-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor SDK Structure (Internal Breaking Change - External istransparent) - First refactor draft for generator logic - Fixed bug #41 - Fixed bug #42 - Upgrade Angular 2 test app to RC4
- Loading branch information
Jonathan Casarrubias
committed
Jul 16, 2016
1 parent
875eb40
commit ef007dd
Showing
43 changed files
with
604 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,20 +39,21 @@ You don't have to manually write any static code. | |
- Built in Interfaces and Models. | ||
- Built in API Calls. | ||
- Built in PubSub support for the [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub). | ||
- Built in Platform Specific Drivers (Angular2 for web, NativeScript2, Angular Universal). | ||
- Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). | ||
- Built in CLI Tool for builder. | ||
- Built in Logger Service. | ||
- Ability to select which models or methods to generate. | ||
- Ability to point models to different url domains (not global baseUrl) | ||
- IO Heartbeating to avoid disconnections. | ||
- Fully Typed (TypeScript). | ||
- Extendable Models for custom logic. | ||
- Small foot print 100k per generated SDK (Will increase depending on number of models). | ||
|
||
# Installation | ||
|
||
````sh | ||
$ cd to/api/project | ||
$ npm install --save-dev [email protected].1 | ||
$ npm install --save-dev [email protected].2 | ||
```` | ||
|
||
# LoopBack SDK CLI Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.