SDK for the Maersk Track & Trace API (v1.1.1).
You may use the following command to generate the SDK:
make generate
- Login on the Maersk developer website (otherwise you'll only have access to the mock API documentation).
- Go to the Track & Trace documentation and click "Download".
- Rename the downloaded file into
maersk_track_and_trace.yaml
and move it intoapi_file/
. - Run
make generate
to generate the SDK. - Change the Track & Trace API version displayed in this README.
- Commit and tag the changes using the SemVer spec.