Commit a7f2d02
Jon Wayne Parrott
Remove httplib2, replace with Requests (#3674)
* Core: remove httplib2, replace with Requests
Additionally remove make_exception in favor of from_http_status and from_http_response.
* Datastore: replace httplib2 with Requests
* DNS: replace httplib2 with Requests
* Error Reporting: replace httplib2 with requests
* Language: replace httplib2 with Requests
* Logging: replace httplib2 with requests
* Monitoring: replace httplib2 with Requests
* Pubsub: replace httplib2 with Requests
* Resource Manager: replace httplib2 with Requests
* Runtimeconfig: replace httplib2 with Requests
* Speech: replace httplib2 with Requests
* Storage: replace httplib2 with Requests
* BigQuery: replace httplib2 with Requests
* Translate: replace httplib2 with Requests
* Vision: replace httplib2 with Requests1 parent 729564d commit a7f2d02
File tree
2 files changed
+11
-8
lines changed- packages/google-cloud-translate
- google/cloud/translate_v2
- tests/unit
2 files changed
+11
-8
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
63 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | | - | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
82 | | - | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
86 | 89 | | |
0 commit comments