README ¶ appie go get -u github.com/boydmeyer/appie a, _ := appie.New() product, err := a.GetProduct("38237") Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Appie func New() (*Appie, error) func (a *Appie) GetProduct(id string) (*Product, error) type Product Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Appie ¶ type Appie struct{} func New ¶ func New() (*Appie, error) func (*Appie) GetProduct ¶ func (a *Appie) GetProduct(id string) (*Product, error) type Product ¶ type Product struct { ID string Name string Description string Price string Image string } Source Files ¶ View all Source files appie.go Click to show internal directories. Click to hide internal directories.