File tree
21 files changed
+590
-12
lines changed- src
- main/java/com/easypost
- model
- service
- test
- cassettes
- beta_referral_customer
- referral_customer
- java/com/easypost
- fixtures
- components
21 files changed
+590
-12
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 |
| |
7 | 12 |
| |
8 | 13 |
| |
|
- .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
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
95 | 136 |
|
Lines changed: 53 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
169 | 222 |
| |
170 | 223 |
| |
171 | 224 |
| |
|
Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments