0.3.1 • Published 6 years ago

greact-acr-cloud v0.3.1

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

greact-acr-cloud

npm version npm downloads npm licence Platform

Install

npm i --save greact-acr-cloud
React Native version(s)Supporting greact-acr-cloud version(s)
v0.44.0+v0.3.1

Stable version

v0.3.1

Usage

import greactAcrCloud from "greact-acr-cloud";
greactAcrCloud.init({
  host: "",
  accessKey: "",
  accessSecret: "",
  timeout: ""
})

greactAcrCloud.start()
  .then((response) => {
    console.log(response);
  });

greactAcrCloud.stop()

Props

PropTypeOptionalDefaultDescription
hoststringNoThe host of API
accessKeystringNoThe Access Key
accessSecretstringNoThe Access Secret
timeoutnumberYesThe timeout in second

MIT Licensed

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago