Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kedlas authored and Milan Felix Šulc committed Feb 14, 2019
1 parent ef3afc0 commit c33fbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Allows you to track the parcel. `history()` returns the full parcel state histor

| Method | API path | Type |
| -------------------------------------------| ----------------------------------------------------------------------|----- |
| isDelivered(string $trackingNumber): bool | https://b2c.cpost.cz/services/ParcelHistory/getDataAsJson?idParcel=%s | GET |
| history(string $trackingNumber): []State | https://b2c.cpost.cz/services/ParcelHistory/getDataAsJson?idParcel=%s | GET |
| status(string $trackingNumber): State | https://b2c.cpost.cz/services/ParcelHistory/getDataAsJson?idParcel=%s | GET |

Expand Down

0 comments on commit c33fbd8

Please sign in to comment.