This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Commit 7469459
committed
v0.7.0
Added
- Add the possibility to specify the api key on every request. (#8)
- Add some more specific error classes ```Shipcloud::ClientError```,```Shipcloud::ServerError```,
```Shipcloud::InvalidRequestError```, ```Shipcloud::TooManyRequests``` and ```Shipcloud::NotFoundError``` (#11).
- Access to the entire response and error descriptions from the error object (#11).
Removed
- Removed the following ruby versions from travis-ci test runs:
- jruby-9.0.0.0
- Removed ```Shipcloud::APIError``` in preference to more granular error classes (#11).1 parent 78d89e8 commit 7469459
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments