verypossible / rn-booster-kit

React Native Booster Kit
MIT License
2 stars 0 forks source link

Local Http library #14

Open bbrock25 opened 8 years ago

bbrock25 commented 8 years ago

We need some helper functions for http interactions with our apis that allow us to set headers, do auth, etc.

We've been using XHR posts for files, we could get rid of this using base64 for file uploads off of the image picker. This will need to be supported by the server side, tell the engineer to deal.