Skip to content

feat(social): implement Tumblr NPF posting#252

Open
thejaytang wants to merge 1 commit into
profullstack:masterfrom
thejaytang:social-tumblr-npf-posts
Open

feat(social): implement Tumblr NPF posting#252
thejaytang wants to merge 1 commit into
profullstack:masterfrom
thejaytang:social-tumblr-npf-posts

Conversation

@thejaytang
Copy link
Copy Markdown

Summary

  • replace the Tumblr social adapter stub with a real Tumblr API v2 NPF create-post call
  • map sh1pt social posts into Tumblr NPF text/link content blocks with tags, scheduling, slug, and source URL support
  • add social contract coverage plus focused mocked API tests for success and Tumblr error responses

Context

Closes #251
References #6

Tumblr API docs used:

Validation

  • corepack pnpm --filter @profullstack/sh1pt-social-tumblr typecheck
  • corepack pnpm vitest run packages/social/tumblr/src/index.test.ts
  • corepack pnpm --filter @profullstack/sh1pt-social-tumblr build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Tumblr NPF social adapter

1 participant