Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 371 Bytes

File metadata and controls

22 lines (15 loc) · 371 Bytes

#3dCart RestAPI in GoLang Simple package to access 3dCart's RestAPI with GoLang

For Whole repo with examples:

$ go get github.com/dtoebe/3dcartrestapi

Just the package:

$ go get github.com/dtoebe/3dcartrestapi/receiver

GoDoc:

$ godoc github.com/dtoebe/3dcartrestapi/receiver

I'll build more examples as I need or upon request