@app-up/network

JS Utility for connecting to the AppUp service

Usage no npm install needed!

<script type="module">
  import appUpNetwork from 'https://cdn.skypack.dev/@app-up/network';
</script>

README

@app-up/network

Network utility used for communicating with the AppUp service.

Installation

NPM:

npm install @app-up/network

Yarn:

yarn add @app-up/network

Usage

import makeRequest from "@appup/react-native";

// ...
        const response = await makeRequest(<YOUR_KEY>, <PLATFORM>);

License

MIT