Categorygithub.com/larsha/bolaget.io-sdk-go
repositorypackage
1.0.1
Repository: https://github.com/larsha/bolaget.io-sdk-go.git
Documentation: pkg.go.dev

# README

Build Status

bolaget.io-sdk-go

Versions

This SDK adheres to Semantic Versioning. And it will follow bolaget.io versions.

VersionLinked to
^1.0.0https://bolaget.io/v1

Import

import (
  b "github.com/larsha/bolaget.io-sdk-go"
)

Get products

Query params available here bolaget.io

products, err := b.GetProducts(b.ProductQueryParams{Limit: 1})

Get stores

Query params available here bolaget.io

stores, err := b.GetStores(b.StoreQueryParams{Limit: 1})

Get product

product, err := b.GetProduct("123")

Get store

store, err := b.GetStore("123")