This file contains hidden or 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
/********** | |
SailsApiCall.ts | |
--------------- | |
Simple class written in TypeScript. | |
Connects a ionic v2+ app to a Sails.js API v0.X (using JWT based auth). | |
--------------- | |
Requires SailsJS client : | |
https://sailsjs.com/documentation/reference/web-sockets/socket-client | |
**********/ |