Use the Go SDK when you want typed parameters, context-aware requests, generated response models, and Go-native error handling.Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
Authenticate
Basic Example
Error Handling
Generated Go methods returnerror for connection failures and non-success API responses. Check the concrete error type from the SDK when you need status-code specific handling, and use the error handling guide for response semantics.
Common retryable cases are connection errors, 408, 409, 429, and 5xx responses.
Pagination
List and search responses expose generated pagination fields such asHasNextPage. Pass cursor parameters from the previous response when the endpoint supports cursor pagination.