react-native-netclient
Version:
A network library which provides the most fastest & efficient way to handle the HTTP request and response. It acts like a rest client and supports on both ios & android. It uses the core fetch react native API. This library follows the oops standard for a
50 lines (49 loc) • 1.5 kB
JSON
{
"name": "react-native-netclient",
"version": "0.0.1",
"description": "A network library which provides the most fastest & efficient way to handle the HTTP request and response. It acts like a rest client and supports on both ios & android. It uses the core fetch react native API. This library follows the oops standard for accessing javascript objects. User-friendly API that allows you to maintain your API code neat and would be useful for maintenance.",
"main": "main-index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pandiaraj44/react-native-netclient.git"
},
"keywords": [
"react-native",
"network",
"net",
"network client",
"client",
"network-client",
"react native network",
"react-native-network",
"react-native-netclient",
"network library",
"rest",
"rest client",
"http",
"restclient"
],
"author": "Pandiarajan Nagarajan",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandiaraj44/react-native-netclient/issues"
},
"homepage": "https://github.com/pandiaraj44/react-native-netclient",
"dependencies": {
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"react": "15.4.2",
"react-native": "0.42.3",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
}
}