HakanL / shippo-csharp-client

Shipping API C# library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
Apache License 2.0
5 stars 1 forks source link

Figure out a cleaner way to do paging #3

Open HakanL opened 7 years ago

HakanL commented 7 years ago

Right now you're getting a prev/next URL that you have to manually parse and add as parameters to the list methods. Should be a nicer way to do that.