Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Network layer refactoring #404

Closed hborisoff closed 4 years ago

hborisoff commented 4 years ago
What Where/Who
JIRA Issue SDK-5
People Involved @hborisoff

Background

Tried to not change a lot of the logic in the code and to be as close as possible to the documentation and to iOS.

Made some things differently:

Kept the RequestFactory.create() for the unit tests. A lot of them depend on code that is overriding the default factory. This might be removed in future.