Skip to content

GH-66: docs: add three standalone usage examples (polling, board status, webhooks)#67

Merged
alekspetrov merged 1 commit into
mainfrom
pilot/GH-66
Jun 10, 2026
Merged

GH-66: docs: add three standalone usage examples (polling, board status, webhooks)#67
alekspetrov merged 1 commit into
mainfrom
pilot/GH-66

Conversation

@alekspetrov

Copy link
Copy Markdown
Contributor

Summary

Automated PR created by Pilot for task GH-66.

Closes #66

Changes

GitHub Issue #66: Add three standalone usage examples (polling, board status, webhooks)

Context

The SDK has no usage examples. Add three independent, self-contained markdown examples under examples/. Each example is a separate deliverable with no shared code — implement them as three separate subtasks.

Acceptance

  • examples/polling.md exists: a short walkthrough (one code block) showing how to poll issues — configure the client, fetch open issues by label, print number + title
  • examples/board-status.md exists: a short walkthrough (one code block) showing how to update a project-board Status field — resolve the project item, set the single-select field
  • examples/webhooks.md exists: a short walkthrough (one code block) showing how to receive a webhook — register the handler, verify the signature, react to issues.opened
  • No existing source files modified (docs only)
  • Each file under ~60 lines, standalone, no cross-references between examples

Implementation

Three independent subtasks, one per example file:

  1. Polling example — write examples/polling.md only
  2. Board-status example — write examples/board-status.md only
  3. Webhooks example — write examples/webhooks.md only

Each subtask touches exactly one new file. No subtask depends on another.

@alekspetrov alekspetrov merged commit c29c69a into main Jun 10, 2026
3 checks passed
@alekspetrov alekspetrov deleted the pilot/GH-66 branch June 10, 2026 10:03
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.

Add three standalone usage examples (polling, board status, webhooks)

1 participant