ideogram-local-dev-loop

Set up a fast local development workflow for Ideogram integrations. Includes a typed client wrapper, mock server for off...

github

ideogram-incident-runbook

Rapid incident response for Ideogram API outages, auth failures, rate limiting, and degraded generation quality. Covers ...

github

ideogram-hello-world

Generate your first AI image with Ideogram. Demonstrates the legacy /generate endpoint (JSON body) and the V3 /v1/ideogr...

github

ideogram-enterprise-rbac

Implement team-based access control for Ideogram's API. Since Ideogram uses a single API key per account with no built-i...

github

ideogram-data-handling

Manage generated image assets from Ideogram's API. Critical concern: Ideogram image URLs expire (approximately 1 hour). ...

github

hubspot-webhooks-events

Set up HubSpot webhook subscriptions for CRM events (contact/company/deal creation, updates, deletions) with v3 signatur...

github

hubspot-upgrade-migration

Guide for upgrading @hubspot/api-client SDK versions and migrating from legacy HubSpot APIs to the current CRM v3 API. C...

github

hubspot-reliability-patterns

Production-grade reliability patterns for HubSpot CRM integrations: circuit breaker, retry with Retry-After, graceful de...

github

hubspot-reference-architecture

Production-ready layered architecture for HubSpot CRM integrations with typed clients, service abstraction, caching, and...

github

hubspot-rate-limits

Handle HubSpot API rate limits with proper backoff strategies. HubSpot enforces per-second and daily limits shared acros...

github

hubspot-performance-tuning

Optimize HubSpot API performance through batch operations, caching, search optimization, and request minimization. @hubs...

github

hubspot-observability

Instrument HubSpot API calls with Prometheus metrics, OpenTelemetry tracing, and structured logging to monitor CRM integ...

github

hubspot-migration-deep-dive

Comprehensive guide for migrating CRM data into HubSpot, including data mapping, batch imports via API, validation, and ...

github

hubspot-local-dev-loop

Set up a fast local development workflow for HubSpot integrations with sandbox accounts, mocking, and test utilities. Co...

github

hubspot-install-auth

Set up the @hubspot/api-client SDK and configure authentication using private app access tokens or OAuth 2.0. Node.js 18...

github

hubspot-hello-world

Create, read, update, and delete CRM records using the HubSpot API. Covers contacts, companies, and deals with real endp...

github

hubspot-enterprise-rbac

Implement role-based access control for HubSpot integrations using OAuth scopes, multiple private apps with different pe...

github

hubspot-cost-tuning

Optimize HubSpot integration costs by reducing API call volume, monitoring usage against daily limits, and choosing the ...

github

hubspot-core-workflow-b

Marketing automation workflow: manage contact lists, process form submissions, send marketing emails, and create support...

github

hubspot-common-errors

Quick reference for the most common HubSpot API errors, their real error response bodies, and solutions. @hubspot/api-cl...

github

hubspot-architecture-variants

Three validated architecture patterns for HubSpot CRM integrations at different scales, from embedded client to dedicate...

github

hubspot-advanced-troubleshooting

Deep debugging techniques for complex HubSpot API issues: systematic layer testing, timing analysis, correlation ID trac...

github

hootsuite-upgrade-migration

Hootsuite REST API is versioned at /v1/. Monitor the developer changelog for deprecations and new endpoints. grep -r "pl...

github

hootsuite-security-basics

| Credential | Scope | Rotation | |-----------|-------|----------| | Client ID | App-level | Never (app identifier) | | ...

github