You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Here are some problems I ran into trying to do a simple address validation.
None of the Shippo properties are typed. This makes basic data entry impossible without referencing the documentation and is very error prone.
Examples sometimes use a factory method and sometimes use an object initializer. The first shipment example uses an object intializer while the validation uses a factory method. which one is correct ?
Address validation method takes a hashtable argument. Why am I responsible for converting your objects into hashtables ? Why not use an address object ?
The text was updated successfully, but these errors were encountered:
I made a fork where I re-wrote this to use .NET Standard 1.3 and started to clean up the interface as well (not using Hashtables, etc). Check it out: https://github.com/HakanL/shippo-csharp-client
Here are some problems I ran into trying to do a simple address validation.
The text was updated successfully, but these errors were encountered: