react-native-rest-client icon indicating copy to clipboard operation
react-native-rest-client copied to clipboard

REST calls in React Native made simple

Results 5 react-native-rest-client issues
Sort by recently updated
recently updated
newest added

I am unable to get the response code for my request.

Is there any way to pass base url dynamically from AsyncStorage in rest client constructor. constructor () { super(' dynamic URL); }

Adds timeout support. Important for production-ready apps.

When passing just a string into the body (not in an object) it added an extra set of speech marks around the string. This should fix it.

I am facing a problem in building a react app with this library. `Failed to minify the code from this file: ./node_modules/react-native-rest-client/index.js:1` Thanks for everything