Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SimClient ¶
type SimClient struct {
// contains filtered or unexported fields
}
SimClient is a lightweight HTTP client for the Sim API.
func NewBareSimClient ¶
func NewBareSimClient() *SimClient
NewBareSimClient creates a Sim API client without authentication. Use this for public endpoints that don't require an API key.
func NewSimClient ¶
NewSimClient creates a new Sim API client with the given API key.
func SimClientFromCmd ¶
SimClientFromCmd is a convenience helper that extracts and type-asserts the SimClient from the command context.
Click to show internal directories.
Click to hide internal directories.