Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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