Skip to content

Instantly share code, notes, and snippets.

View rvedutis's full-sized avatar

Bob Vedutis rvedutis

  • WorkWave
  • Jackson, NJ
View GitHub Profile
@kitze
kitze / api-service.js
Created December 28, 2015 23:34
lightweight wrapper around axios with a cache layer
//external libs
import Q from 'q';
import axios from 'axios';
import _ from 'lodash';
//modules
import CONSTANTS from '../helpers/constants';
import Notifications from '../helpers/notifications-service';
import ApiCache from '../helpers/cache';
import {setLocation} from '../helpers/location-changer';