Skip to content

Creating Client SDK

Jonathan Casarrubias edited this page Oct 27, 2016 · 6 revisions

FireLoop.io

The FireLoop integration is built in the SDK, so you just need to generate one and install it by using the CLI Tool.

$ cd myproject
$ fireloop

     _-----_     ╭──────────────────────────╮
    |       |    │   Welcome to FireLoop!|--(o)--|    │  The MEAN Stack Platform │
   `---------´   │      by MEAN Expert      │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |     
   __'.___.'__   
 ´   `  |° ´ Y ` 

? What do you want to do? Generate Angular2 SDK
? For which application do you want to build an SDK? (Use arrow keys)
❯ webapp 

It is important to note that you should create an application by using the FireLoop CLI Tool prior this procedure.

Also, when you create new FireLoop Models, you may want to rebuild the SDK for any of your client applications using the same procedure we just followed.

Clone this wiki locally