-
Notifications
You must be signed in to change notification settings - Fork 57
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
Updated Lib-ms documentation with HTTP queries #113
Updated Lib-ms documentation with HTTP queries #113
Conversation
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.
There is also another query which needs to be formatted.
To be sure, have you added both the HTTP queries - one for each graphQL query?
Also you can copy the same query content into docs/user/.../LIB-MS.md. You do not need to install the whole application for this.
docs/admin/servers/lib/LIB-MS.md
Outdated
Content-Length: 388 | ||
|
||
{ | ||
"query": "query {\n listDirectory(path: \"user1\") {\n repository {\n tree {\n blobs {\n edges {\n node {\n name\n type\n }\n }\n }\n trees {\n edges {\n node {\n name\n type\n }\n }\n }\n }\n }\n }\n}" |
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.
@lindot11 please format this query using any online json prettifier.
Code Climate has analyzed commit 8bdebe0 and detected 0 issues on this pull request. View more on Code Climate. |
Yes, I did http queries on both listing directory and read file, and now done with prettifying json. The last one docs/user/.../LIB-MS.md already has the http queries documented, but with a warning sign? |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## feature/distributed-demo #113 +/- ##
============================================================
+ Coverage 64.37% 69.91% +5.53%
============================================================
Files 38 7 -31
Lines 494 113 -381
Branches 28 4 -24
============================================================
- Hits 318 79 -239
+ Misses 160 31 -129
+ Partials 16 3 -13 see 31 files with indirect coverage changes
|
- Updated documentation for http queries in relevant READMEs - Cleans up warnings from docs --------- Co-authored-by: Linda Nguyen <[email protected]>
Added HTTP API Calls documentation to the two docs.
docs/admin/servers/lib/LIB-MS.md
servers/lib/README.md