-
Notifications
You must be signed in to change notification settings - Fork 0
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
SMQ-2545 - Add User Rust SDK #1
base: main
Are you sure you want to change the base?
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.
This is way to many generated files for relatively simple SDK. Please:
- Clean up the generated files and try to reduce the amount of generated files.
- Remove useless Markdown docs.
- Do not generate package per MG service - check how it's done in the Go SDK.
- Update README with meaningfull instructions on how to use SDK, install tool that's used to generate it and how to use the tool with existing SuperMQ repo.
- Update examples to make some use of it (i.e. registrer, login, create domain, group, client, channel, connect them, send an HTTP message).
bootstrap/.gitignore
Outdated
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.
Bootstrap is removed from SuperMQ, so please take care to include only services in SuperMQ. Change and correct OpenAPI files if needed.
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.
I have deleted all files pertaining to Bootstrap
I have refactored the code as suggested. Please let me know if this works or any further improvements to it. I just need to improve examples. |
What type of PR is this?
This is a feature because it adds the following functionality: Adding a Rust SDK to supreme
.
What does this do?
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
No, I have not included tests because its a draft PR.
Did you document any new/modified features?
No, I have not updated the documentation because its a draft PR.