Commit 6cfc4a0
OkHttp Builder Exposed for REST and AWS (#628)
* Update some dependencies
* Direct access to ParseOkHttpClient since it is the only one
* ParseOkHttpClient becomes ParseHttpClient
* Remove ParseNetworkInterceptor in favor of OkHttp interceptors
* Modify tests that need Plugin teardown to do so to prevent random tests from failing
* Joint support library version
* Add back in checkinit
* Remove AWS client builder (build the http builder instead). AWS -> File
* Fix ParseFileRequestTest
* Reset in between test cases in ParseCloudTest
* Add plugin resetting to both the setup and tear down of tests1 parent 38b1e29 commit 6cfc4a0
File tree
45 files changed
+610
-1417
lines changed- ParseStarterProject
- src/main
- java/com/parse/starter
- Parse
- src
- main/java/com/parse
- http
- test/java/com/parse
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+610
-1417
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | | - | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
0 commit comments