Versions in this module Expand all Collapse all v0 v0.92.1 Jun 6, 2026 v0.92.0 Jun 6, 2026 Changes in this version + const EndpointKey + const ID + const MaxPageSize + const TokenKey + const WebhookSecretKey + func GetWebhookSecret() string + type Example struct + func GetClient() *Example + func NewExample(endpoint, token string) *Example + func (*Example) GetAccessToken(_ fiber.Ctx) (*providers.OAuthToken, error) + func (e *Example) Delete(ctx context.Context, path string) (*Response, error) + func (e *Example) Get(ctx context.Context, path string) (*Response, error) + func (e *Example) GetAuthorizeURL(state string) string + func (e *Example) GetStatus(ctx context.Context, code int) (*Response, error) + func (e *Example) GetWithDelay(ctx context.Context, seconds int) (*Response, error) + func (e *Example) ListRawEvents(ctx context.Context, cursor string) ([]map[string]any, string, error) + func (e *Example) Post(ctx context.Context, _ string, data any) (*Response, error) + func (e *Example) Put(ctx context.Context, path string, data any) (*Response, error) + type ItemsResponse struct + Items []map[string]any + NextCursor string + type Response struct + Body string + ID int + Title string + UserID int + type WebhookPayload struct + Data any + EntityID string + EventType string + Timestamp string