UNPKG

@allthings/js-sdk

Version:

JavaScript SDK for communication with the Allthings API

13 lines (11 loc) 225 B
import interceptor from 'rest/interceptor' export default interceptor({ error: function (response) { return { error: { message: response.entity || '', status: response.status } } } })