Skip to content

Add API Support Matrix to README#569

Merged
firstof9 merged 5 commits into
mainfrom
docs/api-coverage-table
May 14, 2026
Merged

Add API Support Matrix to README#569
firstof9 merged 5 commits into
mainfrom
docs/api-coverage-table

Conversation

@firstof9
Copy link
Copy Markdown
Owner

@firstof9 firstof9 commented May 14, 2026

This PR adds a comprehensive API Support Matrix table to the README, finalized using a direct audit of the OpenEVSE ESP32 firmware source code (web_server.cpp).

Key Additions:

  • Source-Verified Coverage: Added all endpoints defined in web_server_setup, including /r (RAPI), /schedule/plan, /update, and /rfid/add.
  • Granular Methods: Specified exactly which HTTP methods (GET, POST, PATCH, DELETE) are supported for each endpoint.
  • Corrections:
    • Removed non-existent /vstatus.
    • Marked /time as Not Yet Implemented (❌) (data is currently only read via /status).
  • Implementation Status:
    • Fully Supported: Endpoints with complete wrapper methods.
    • Not Yet Implemented: Planned features like /time, /logs, /emeter reset, and /tesla integration.
  • Descriptions: Improved descriptions to explain exactly what each endpoint is used for.

This update provides the most accurate and up-to-date view of the library's capabilities.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Warning

Rate limit exceeded

@firstof9 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 35 minutes and 58 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: efcf52e5-ef42-4fa3-b489-3afaed9a78d8

📥 Commits

Reviewing files that changed from the base of the PR and between 21d0373 and fb2784f.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/api-coverage-table

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@firstof9 firstof9 merged commit 728db20 into main May 14, 2026
9 checks passed
@firstof9 firstof9 deleted the docs/api-coverage-table branch May 14, 2026 17:52
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