1.3.4 • Published 7 years ago

we-vision-library v1.3.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago