-
-
Notifications
You must be signed in to change notification settings - Fork 267
feat: update API requests and client-side calls with improved formatting #1488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe changes across the documentation files focus on correcting syntax and formatting issues in code snippets, including adjustments to variable assignments in Go, modifications to JSON payload types in cURL examples, and general improvements in readability. The updates primarily involve minor syntactical corrections and the removal of trailing commas, while the structure of the files remains consistent. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
participant Database
Client->>API: Request for data
API->>Database: Query data
Database-->>API: Return data
API-->>Client: Send response
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pkg/pb/base/v1/service.pb.gois excluded by!**/*.pb.go
Files selected for processing (4)
- docs/api-reference/apidocs.swagger.json (25 hunks)
- docs/api-reference/openapi.json (25 hunks)
- docs/api-reference/openapiv2/apidocs.swagger.json (25 hunks)
- proto/base/v1/service.proto (57 hunks)
Files skipped from review due to trivial changes (3)
- docs/api-reference/apidocs.swagger.json
- docs/api-reference/openapi.json
- docs/api-reference/openapiv2/apidocs.swagger.json
Additional comments not posted (20)
proto/base/v1/service.proto (20)
Line range hint
260-332: Improved readability forExpandmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
372-458: Improved readability forLookupEntitymethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
498-567: Improved readability forLookupEntityStreammethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
607-702: Improved readability forLookupSubjectmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
742-832: Improved readability forSubjectPermissionmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1352-1399: Improved readability forWatchmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1476-1556: Improved readability forWritemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1558-1568: Improved readability forPartialWritemethod.The formatting changes enhance the readability of the method definition without altering its functionality.
Line range hint
1614-1668: Improved readability forReadmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1709-1759: Improved readability forListmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1709-1759: Improved readability forListmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
1961-2097: Improved readability forWritemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
2100-2110: Improved readability forWriteRelationshipsmethod.The formatting changes enhance the readability of the method definition without altering its functionality.
Line range hint
2150-2246: Improved readability forReadRelationshipsmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
2284-2369: Improved readability forReadAttributesmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
2407-2505: Improved readability forDeletemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
2557-2619: Improved readability forRunBundlemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
3373-3424: Improved readability forCreatemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
3460-3486: Improved readability forDeletemethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Line range hint
3541-3590: Improved readability forListmethod code samples.The formatting changes enhance the readability of the code samples without altering their functionality.
Summary by CodeRabbit
Documentation Updates
page_sizefrom string to integer).Code Readability Enhancements