1.3.4 • Published 9 years ago

we-vision-library v1.3.4

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

semantic-release Build Status

#We Vision Library

Front end library to perform HTTP calls to the we vision 2 api.

Instalation

npm i --save we-vision-library

##Usage

ES6:

  import {searchByImage, searchById, showProducts, getCategoryData} from 'we-vision-library'

ES5:

  'use strict';

  var _weVisionLibrary = require('we-vision-library');

All endPoints accept two arguments as literal Objects and return a Promise that will be resolved with the response body, or will be rejected if an unexpected error occurs:

// All endpoints have the same signature, this is just an example
searchById(body: Object, headers: Object)
	.then(body => console.log(body))
	.catch(err => console.error(err.message))

:)

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago