beaudierman / ups

A Laravel package used to communicate with the UPS API to generate shipment rate quotes.
MIT License
12 stars 7 forks source link

JSON API? #5

Open carcinocron opened 8 years ago

carcinocron commented 8 years ago

This might be better classified as a performance micro-optimization, but UPS released a JSON version of the upstream you are using.

beaudierman commented 8 years ago

@InstanceOfMichael This is the first time I've heard of it, thanks! I'll get some documentation on it and see about switching away from this XML implementation.