Found 1000 skills for "jeremylongshore" Page 67 of 84

klingai-hello-world

Generate your first AI video in under 20 lines of code. This skill walks through the complete create-poll-download cycle using the Kling AI REST API. ...

github 6 files

klaviyo-local-dev-loop

Set up a fast, reproducible local development workflow for Klaviyo integrations with hot reload, SDK mocking, and integration tests. Completed klaviyo...

github 1 files

maintainx-core-workflow-b

Manage equipment assets and facility locations in MaintainX. Assets represent equipment that requires maintenance; locations organize your facilities ...

github 2 files

hootsuite-hello-world

List your social media profiles and schedule a post using the Hootsuite REST API. The API base URL is https://platform.hootsuite.com/v1/. Completed ho...

github 1 files

hootsuite-performance-tuning

import { LRUCache } from 'lru-cache'; const profileCache = new LRUCache<string, any>({ max: 100, ttl: 3600000 }); async function getCachedProfiles(): ...

github 1 files

hootsuite-security-basics

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

github 1 files

ideogram-webhooks-events

Ideogram's API is synchronous -- each call blocks until the image is generated (5-15 seconds). For production applications, wrap it in async patterns:...

github 1 files

maintainx-debug-bundle

!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' !echo "API key set: $([ -n "$MAINTAINXAPIKEY" ] && echo 'yes' |...

github 2 files

ideogram-sdk-patterns

Production-ready patterns for Ideogram's REST API. Since Ideogram has no official SDK, these patterns provide type-safe wrappers, retry logic, respons...

github 1 files

maintainx-ci-integration

Configure CI/CD pipelines for MaintainX integrations with unit tests (mocked), integration tests (live API), and automated quality gates. Git reposito...

github 2 files

podium-deploy-integration

Implementation patterns for Podium deploy integration using the REST API with OAuth2 authentication. Completed podium-install-auth setup Valid OAuth2 ...

github 1 files

hootsuite-core-workflow-a

Schedule social media posts with images and videos using the Hootsuite REST API. The publishing workflow involves: uploading media to get a media ID, ...

github 1 files