Commit 344a058
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 e941cc7 commit 344a058
File tree
2 files changed
+11
-8
lines changed- packages/google-cloud-resource-manager
- google/cloud/resource_manager
- tests/unit
2 files changed
+11
-8
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | | - | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
| 83 | + | |
81 | 84 | | |
0 commit comments