0.3.16 • Published 1 year ago

@candlefinance/send v0.3.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Uses URLSession on iOS and OkHttp on Android to provide a fast, low-level networking layer for React Native.

Installation

To install send with npm:

npm install @candlefinance/send

To install send with yarn:

yarn add @candlefinance/send

Usage

import { send } from '@candlefinance/send'

const response = await send({
  baseURL: 'https://itunes.apple.com',
  method: 'GET',
  path: '/lookup',
  queryParameters: {
    bundleId: 'com.trycandle.candle',
    country: 'US',
  },
  body: null,
  utf8ContentTypes: ['text/javascript'],
  headerParameters: {
    'Cache-Control': 'no-cache',
    'Content-Type': 'application/json',
    'Accept': 'application/json',
  },
})

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

0.3.16

1 year ago

0.3.15

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.14

1 year ago

0.3.7

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.6

1 year ago