https://github.com/andy9775/aftership-client
Golang client for aftership
https://github.com/andy9775/aftership-client
aftership aftership-api golang
Last synced: about 1 month ago
JSON representation
Golang client for aftership
- Host: GitHub
- URL: https://github.com/andy9775/aftership-client
- Owner: andy9775
- Created: 2019-03-27T14:28:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T21:02:12.000Z (about 6 years ago)
- Last Synced: 2025-04-24T00:11:31.871Z (about 1 month ago)
- Topics: aftership, aftership-api, golang
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aftership-go
Unofficial go client library for the aftership api service
**WARNING** This library does not support all queries at this time. Feel free to update and issue a pull request
Currently we only support- Create a tracking using `NewTracking`
- Get tracking info using `GetTracking`---
The go structs are created using [json-to-go](https://mholt.github.io/json-to-go/) based on the aftership api [documentation](https://docs.aftership.com/api/4/overview) examples