Commit e65653d
authored
File tree
- lib/easypost/services
- spec
- cassettes
- beta_referral_customer
- referral_customer
- support
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
- README.md+3-1
- official/fixtures/client-library-fixtures.json+10
- 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 | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
44 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
62 | 97 | | |
63 | 98 | | |
64 | 99 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
42 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments