Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps HTTP access with Magento-aware defaults (Bearer token auth).
type HTTPError ¶ added in v0.1.4
HTTPError represents a non-2xx HTTP response. It carries the status code so that the top-level command runner can map failures to distinct exit codes (e.g. 404 vs 401) and emit targeted remediation hints.
Click to show internal directories.
Click to hide internal directories.