modulepackage
1.0.1
Repository: https://github.com/larsha/bolaget.io-sdk-go.git
Documentation: pkg.go.dev
# README
bolaget.io-sdk-go
Versions
This SDK adheres to Semantic Versioning. And it will follow bolaget.io versions.
Version | Linked to |
---|---|
^1.0.0 | https://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")
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author