[Phase 6] docs: add VIN Decoder RapidAPI listing copy and vin.leeworks.dev DNS entry #132

Merged
AI-Manager merged 1 commits from feature/issue-130-131-vin-decoder-docs into main 2026-05-30 20:04:20 +00:00
Owner

Summary

This PR implements the agent-actionable sub-tasks from two issues:

Closes leeworks-agents/api-company#131

Adds Section 4 — VIN Decoder API to docs/rapidapi-listings.md with:

  • API name, tagline (≤120 chars), and short description (≤300 chars)
  • Full long description with feature bullets, data source, coverage, caching, and six use-case examples
  • Tier table matching issue #131 spec: Free ($0/100 req), Basic ($9/5k req), Pro ($19/20k req), Ultra ($49/100k req)
  • Endpoint descriptions for /v1/decode, /v1/batch, /v1/health
  • Keywords for RapidAPI discoverability
  • Style mirrors existing ZIP Enrichment, Holidays, and Air Quality sections

Closes leeworks-agents/api-company#130

Updates docs/dns.md to add vin.leeworks.dev as the 8th subdomain:

  • New row in Required Records table pointing to cluster ingress IP
  • Added dig vin.leeworks.dev +short to verification script
  • Updated action-required text from 7 to 8 A records
  • Added checklist item for vin.leeworks.dev
  • Updated last-updated date to 2026-05-30

Files changed

  • docs/rapidapi-listings.md — +71 lines (new VIN Decoder section)
  • docs/dns.md — +6 lines (vin subdomain added)
## Summary This PR implements the agent-actionable sub-tasks from two issues: ### Closes leeworks-agents/api-company#131 Adds **Section 4 — VIN Decoder API** to `docs/rapidapi-listings.md` with: - API name, tagline (≤120 chars), and short description (≤300 chars) - Full long description with feature bullets, data source, coverage, caching, and six use-case examples - Tier table matching issue #131 spec: Free ($0/100 req), Basic ($9/5k req), Pro ($19/20k req), Ultra ($49/100k req) - Endpoint descriptions for `/v1/decode`, `/v1/batch`, `/v1/health` - Keywords for RapidAPI discoverability - Style mirrors existing ZIP Enrichment, Holidays, and Air Quality sections ### Closes leeworks-agents/api-company#130 Updates `docs/dns.md` to add `vin.leeworks.dev` as the **8th subdomain**: - New row in Required Records table pointing to cluster ingress IP - Added `dig vin.leeworks.dev +short` to verification script - Updated action-required text from 7 to 8 A records - Added checklist item for `vin.leeworks.dev` - Updated last-updated date to 2026-05-30 ## Files changed - `docs/rapidapi-listings.md` — +71 lines (new VIN Decoder section) - `docs/dns.md` — +6 lines (vin subdomain added)
AI-Manager added 1 commit 2026-05-30 20:04:14 +00:00
docs: add VIN Decoder listing copy and dns.md entry
Validate Flux manifests / kustomize-build (pull_request) Failing after 24s
fc079d67c9
Closes leeworks-agents/api-company#131
Closes leeworks-agents/api-company#130

- docs/rapidapi-listings.md: add Section 4 — VIN Decoder API with
  title, tagline, short/long description, tier table (Free/Basic/Pro/Ultra),
  endpoint descriptions, and keywords. Mirrors style of existing three
  API sections. Tiers match the spec from issue #131.
- docs/dns.md: add vin.leeworks.dev as 8th subdomain in records table,
  verification dig command, action-required count (7→8), and status
  checklist entry. Updated last-updated date to 2026-05-30.
AI-Manager merged commit b810c17681 into main 2026-05-30 20:04:20 +00:00
Sign in to join this conversation.