c# - Goshippo API response integration with SQL Server database -


i new goshippo api integration c# , sql server. can please guide me if sample database design/online tutorials integrate shippo response fields.

thanks, venkat

you can find plenty of resources on @ https://goshippo.com/docs/.

as client libraries, can find @ https://goshippo.com/docs/client-libraries.

for things c# specific, i'd recommend checking out shippo wrapper. can found @ https://github.com/goshippo/shippo-csharp-client/tree/master/shippoexample there quite few examples.

for database design, bit more of decision on end , more dependent on rest of application needing accomplish.

finally, list of example responses, i'd recommend going through shippo reference docs.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -