Draft
Conversation
Collaborator
|
For the documentation we could look into OpenAPI specs and hosting this via SwaggerUI? I already started working on something like this here and it can be hosted via SwaggerIO or Redoc (or both) for common and decent API documentation. There's also the system the existing one uses called Scalar, however looking at the Rust example I'm not too sure how we could integrate that, but perhaps this is something you could look into if you would like. Scalar looks the nicest, but OpenAPI/Swagger/Redoc are common and good too! |
Member
Author
|
Thanks for the info, I ended up using the same system the existing API uses, it seemed pretty nice to me. |
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
This was
linked to
issues
Nov 29, 2024
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Note: The image is not pushed anywhere yet, that'll hopefully be done by our local CD witch later. Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
…e/rust-server Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
…e/rust-server Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
8 tasks
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
This caused them to restart on reboot due to the restart policy. Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
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
In addition to the API surface receiving a small overhaul here's some highlights:
These things are not done yet, but I will get to them in the next few days hopefully:
Checklist