[DRAFT] Fix inconsistencies in REST guidelines#14
Draft
aviator5 wants to merge 2 commits intocyberfabric:mainfrom
Draft
[DRAFT] Fix inconsistencies in REST guidelines#14aviator5 wants to merge 2 commits intocyberfabric:mainfrom
aviator5 wants to merge 2 commits intocyberfabric:mainfrom
Conversation
7dbb2c5 to
7e79388
Compare
- Update PAGINATION.md to use canonical data + meta.pageInfo + links structure - Replace items/page_info with data/meta.pageInfo for consistency - Update API.md List Tickets example to use nextCursor/prevCursor - Ensure consistent camelCase naming across all pagination fields - Add full URL examples in links.self/next/prev Fixes inconsistency between three different pagination response variants. Signed-off-by: Aviator 5 <ai.agent.tor@gmail.com>
… parameters in examples Signed-off-by: Aviator 5 <ai.agent.tor@gmail.com>
7e79388 to
1e6afb4
Compare
striped-zebra-dev
approved these changes
Dec 10, 2025
| { | ||
| "items": [ | ||
| { "id": "018f6c9e-2c3b-7b1a-8f4a-9c3d2b1a0e5f", "created_at": "2025-09-14T12:34:57.100Z", "text": "..." } | ||
| "data": [ |
There was a problem hiding this comment.
Is there any particular reason we use broad word data over items?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Checklist
git commit -s)Related Issues
Closes #