Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakewilliams/ups
UPS Shipping Label gem.
https://github.com/blakewilliams/ups
Last synced: 16 days ago
JSON representation
UPS Shipping Label gem.
- Host: GitHub
- URL: https://github.com/blakewilliams/ups
- Owner: BlakeWilliams
- License: mit
- Created: 2013-04-08T05:14:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T00:07:31.000Z (over 11 years ago)
- Last Synced: 2024-12-15T14:57:15.034Z (19 days ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UPS Gem
This gem will allow you to create paid shipping labels and give you a base64 representation of the labels themselves.## TODO
1. Start testing ShipmentConfirmRequest
2. Add the ability to accept a ShipmentConfirmRequest after it was sent
3. Add configuration options to ShipmentConfirmRequest such as PackagingType, PaymentInformation, etc.
4. Add AcceptShipmentRequest class to accept the information as well the returned request with the label information.## Contributing
1. Fork it
2. Commit your changes (`git commit -am 'Add some feature'`)
3. Push to the branch (`git push origin my-new-feature`)
4. Create new Pull Request