Commit 03136e0
authored
File tree
5 files changed
+61
-35
lines changed- tests
5 files changed
+61
-35
lines changed- .babelrc-5
- Gemfile.lock+29-25
- README.md+11-9
- examples.gemspec+3-3
- official/fixtures/client-library-fixtures.json+10
- package-lock.json+2.0k-1.4k
- package.json-2
- style_guides/ruby/.rubocop.yml+10-9
- style_guides/ruby/easycop.yml+2-2
- tools/docs/responses/.gitignore+2
- tools/docs/responses/Makefile+62
- tools/docs/responses/README.md+19
- tools/docs/responses/builder/__init__.py
- tools/docs/responses/builder/snippets.py+164
- tools/docs/responses/setup.py+45
- tools/docs/responses/tests/__init__.py
- tools/docs/responses/tests/conftest.py+256
- tools/docs/responses/tests/test_address.py+68
- tools/docs/responses/tests/test_api_keys.py+69
- tools/docs/responses/tests/test_batch.py+100
- tools/docs/responses/tests/test_billing.py+69
- tools/docs/responses/tests/test_brand.py+11
- tools/docs/responses/tests/test_carrier_account.py+48
- tools/docs/responses/tests/test_carrier_types.py+10
- tools/docs/responses/tests/test_customs_info.py+18
- tools/docs/responses/tests/test_customs_item.py+18
- tools/docs/responses/tests/test_end_shipper.py+54
- tools/docs/responses/tests/test_event.py+112
- tools/docs/responses/tests/test_form.py+15
- tools/docs/responses/tests/test_insurance.py+25
- tools/docs/responses/tests/test_options.py+11
- tools/docs/responses/tests/test_order.py+48
- tools/docs/responses/tests/test_parcel.py+18
- tools/docs/responses/tests/test_pickup.py+43
- tools/docs/responses/tests/test_rate.py+20
- tools/docs/responses/tests/test_referral_customer.py+84
- tools/docs/responses/tests/test_refund.py+31
- tools/docs/responses/tests/test_report.py+34
- tools/docs/responses/tests/test_returns.py+11
- tools/docs/responses/tests/test_scan_form.py+27
- tools/docs/responses/tests/test_shipment.py+61
- tools/docs/responses/tests/test_shipping_insurance.py+18
- tools/docs/responses/tests/test_smartrate.py+11
- tools/docs/responses/tests/test_tax_identifiers.py+12
- tools/docs/responses/tests/test_tracker.py+18
- tools/docs/responses/tests/test_user.py+37
- tools/docs/responses/tests/test_webhook.py+50
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
42 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
45 | 54 | | |
46 | 55 | | |
47 | 56 | | |
| |||
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | | - | |
54 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
58 | 72 | | |
59 | 73 | | |
60 | 74 | | |
61 | 75 | | |
62 | 76 | | |
63 | 77 | | |
64 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
65 | 82 | | |
66 | 83 | | |
67 | 84 | | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
71 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
72 | 92 | | |
73 | 93 | | |
74 | 94 | | |
| |||
77 | 97 | | |
78 | 98 | | |
79 | 99 | | |
80 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
81 | 104 | | |
82 | 105 | | |
83 | 106 | | |
| |||
94 | 117 | | |
95 | 118 | | |
96 | 119 | | |
97 | | - | |
| 120 | + | |
98 | 121 | | |
99 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
100 | 125 | | |
101 | 126 | | |
102 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
161 | 157 | | |
162 | 158 | | |
163 | 159 | | |
| |||
0 commit comments