This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Commit de107d7
committed
v0.8.0
- Added
- Add attribute ```metadata``` to class ```Shipcloud::Shipment``` in order to transmit JSON data (#16).
- Add resource pickup_request in order to submit pickup request to shipcloud
- Add attribute ```pickup_address``` to class ```Shipcloud::PickupRequest``` to submit an alternative address for pickup request to shipcloud
- Add attribute ```deactivated``` to class ```Shipcloud::Webhook```
- Add ```affiliate_id``` to ```Shipcloud::Configuration``` and submit it (or a default affiliate id) via API headers to shipcloud
- Add class ```Shipcloud::Tracker``` with create, find, and index operations
- Fixed
- Parse response only when it is not empty1 parent ca5093d commit de107d7
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
| |||
8 | 21 | | |
9 | 22 | | |
10 | 23 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments