h4. Motivation
We do not want to expose other libs on our lib like AeroGearHttp and XCGLogger. Let's create a wrapper on top of it, so it will allow us to control what the dev see and be free to change whatever we need/want including the lib/provider Target is to mimic Android Api method names to also provide seamless experience for developers working on both platforms. h4. Tasks
- Create wrapper for HTTP interface - Create wrapper for logger.
To simplify reviews we can have separate PR's for both. |
|