Skip to content

azzra/angular-ws-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-ws-service

Angular tools for webservices

DEPRECATED as it's only compatible with AngularJS

NO TESTS


## Installation

bower install --save azzra/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