0.0.3 • Published 6 years ago

angular-ws-service v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

angular-ws-service

Angular tools for webservices

DEPRECATED as it's only compatible with AngularJS

NO TESTS


## Installation

npm install --save angular-ws-service
angular.module('app', ['angular-ws-service'])

API Documentation

strBase64Decode

Decode a base64 string

https://www.toptal.com/web/cookie-free-authentication-with-json-web-tokens-an-example-in-laravel-and-angularjs

@param string str
@return string
@throws Exception

objectToURLEncoded

Transform an object to an URLEncoded string

@param object
@return string