Skip to content

feat: expand generated request support & docs - #2329

Merged
glennawatson merged 3 commits into
mainfrom
glennawatson/fix-docs
Sep 19, 2026
Merged

glennawatson merged 3 commits into
mainfrom
glennawatson/fix-docs

Conversation

@glennawatson

Copy link
Copy Markdown
Contributor

Summary

  • Add source-linked Refit documentation projects for every guide page and register them in the solution.
  • Expand generated request, serialization, error, testing, and documentation coverage for the current public surface.

Why

Refit needs complete runnable examples and current guidance for generated clients, JSON metadata, trimming, request construction, and error handling.

Breaking changes

None.

How this was verified

Built the full solution, ran the full test suite, ran the semantic API audit, and rendered the Refit documentation pages.

Notes for the reviewer

Review the page projects under src/examples/Documentation/Pages and their matching website links first. The generated request and serialization changes have focused tests in the existing project suites.

Checklist

  • I have read the Contribute guide
  • The PR title follows Conventional Commits
  • Tests cover this change, or the summary says why they do not
  • New or changed public API has XML documentation

- Add standalone source-linked projects for documentation pages.\n- Map the public Refit API to the website from the README.
- Add direct-source runners for Refit documentation landing pages.\n- Register every overview runner in the solution.
- Extend generated request, serialization, error and testing behavior.\n- Add coverage for the supported request and response contracts.
@glennawatson glennawatson changed the title feat: expand generated request support feat: expand generated request support & docs Sep 19, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (38471c8) to head (5b4a25b).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2329   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          194       194           
  Lines        10138     10141    +3     
  Branches      1947      1948    +1     
=========================================
+ Hits         10138     10141    +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@glennawatson
glennawatson merged commit 6f0507f into main Sep 19, 2026
20 checks passed
@glennawatson
glennawatson deleted the glennawatson/fix-docs branch September 19, 2026 15:05
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.

2 participants