mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-24 20:15:53 +03:00
[PR #43] [MERGED] docs: Simplify examples by removing excessive status checks #43
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-api-php/pull/43
Author: @franklupo
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @franklupo
Base:
master← Head:simplify-examples📝 Commits (1)
0082232docs: Simplify examples by removing excessive status checks📊 Changes
5 files changed (+192 additions, -312 deletions)
View changed files
📝
docs/advanced.md(+8 -16)📝
docs/api.md(+70 -109)📝
docs/common-issues.md(+47 -82)📝
docs/examples.md(+49 -69)📝
docs/results.md(+18 -36)📄 Description
Summary
Streamlined documentation examples to improve readability by removing redundant
isSuccessStatusCode()checks from basic usage examples.Changes
What was retained
Status checks were intentionally retained in:
errorhandling.md(dedicated to error handling patterns)Impact
Files excluded
README.md- kept as is (as requested)errorhandling.md- dedicated to error handling, all checks appropriate🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.