Skip to content

chore(postman): regenerate collection from openapi.js#90

Merged
CryptoJones merged 1 commit into
masterfrom
chore/regen-postman-collection
May 18, 2026
Merged

chore(postman): regenerate collection from openapi.js#90
CryptoJones merged 1 commit into
masterfrom
chore/regen-postman-collection

Conversation

@CryptoJones
Copy link
Copy Markdown
Owner

Summary

Regenerated the Postman collection to match the live API surface — the committed copy had drifted since the audit cycle added 13 bulk endpoints, /metrics, and the Idempotency-Key parameter.

Request count: 79 → 97.

Test plan

  • Regenerated via the README-documented one-liner.
  • Suite still 472 pass / 4 skip.

This code proudly made in Nebraska. GO BIG RED! 🌽 https://xkcd.com/2347/

The committed Postman collection had drifted from the live API
surface since the audit-cycle PRs added 13 bulk endpoints,
/metrics, and the Idempotency-Key header parameter. Regenerated via
the one-liner the README documents:

  node -e "require('fs').writeFileSync('/tmp/oas.json', JSON.stringify(require('./app/config/openapi.js')))" && \
      npx --yes openapi-to-postmanv2 -s /tmp/oas.json -o setup/TimeTrackerAPI.postman_collection.json -p

Request count: 79 → 97.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CryptoJones CryptoJones merged commit eaabe1f into master May 18, 2026
3 checks passed
@CryptoJones CryptoJones deleted the chore/regen-postman-collection branch May 18, 2026 05:30
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.

1 participant